Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
MedCodeMCP
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9ae574b
MedCodeMCP
30.8 MB
2 contributors
History:
90 commits
gpaasch
1. Removed global pipeline initialization to prevent warm-up crashes
9ae574b
7 months ago
data
hf embeddings for llama index had to be installed: https://docs.llamaindex.ai/en/stable/module_guides/models/embeddings/
7 months ago
docs
utilizing llama index can net an extra $1000 in winnings
7 months ago
src
1. Removed global pipeline initialization to prevent warm-up crashes
7 months ago
tests
created a test script to verify the MCP endpoint
7 months ago
utils
hf embeddings for llama index had to be installed: https://docs.llamaindex.ai/en/stable/module_guides/models/embeddings/
7 months ago
.gitattributes
1.52 kB
initial commit
7 months ago
.gitignore
185 Bytes
- Create the models directory on demand
7 months ago
README.md
11.2 kB
doesn't seem to be running
7 months ago
app.py
132 Bytes
should resolve the `ModuleNotFoundError` in the Hugging Face Space while maintaining the local development setup
7 months ago
packages.txt
67 Bytes
In Gradio Spaces (and all HF SDKs), any Debian-level dependencies go in a file called packages.txt at the root of your repo
7 months ago
requirements.txt
328 Bytes
1. Removed unsafe `.get()` calls
7 months ago