Spaces:
Runtime error
Runtime error
| [project] | |
| name = "career-chat" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "gradio>=5.39.0", | |
| "openai>=1.98.0", | |
| "openai-agents>=0.2.4", | |
| "pypdf>=5.9.0", | |
| "pdfplumber>=0.11.4", | |
| "python-dotenv>=1.1.1", | |
| "sentence-transformers>=3.1.1", | |
| "faiss-cpu>=1.8.0", | |
| "numpy<2.0", | |
| "torch==2.2.2", | |
| "docling>=2.48.0", | |
| "llama-index>=0.13.3", | |
| "pymilvus>=2.6.0", | |
| "llama-index-vector-stores-milvus>=0.9.0", | |
| "llama-index-embeddings-huggingface>=0.6.0", | |
| ] | |