Spaces:
Runtime error
Runtime error
| # Core API | |
| fastapi==0.115.9 | |
| uvicorn==0.34.2 | |
| python-multipart==0.0.20 | |
| # LangChain & OpenAI (lightweight) | |
| langchain==0.3.25 | |
| langchain-community==0.3.24 | |
| langchain-openai | |
| openai | |
| tiktoken | |
| # FREE Embeddings (Sentence Transformers) | |
| sentence-transformers | |
| torch | |
| # Vector DB (Milvus/Zilliz only) | |
| pymilvus | |
| # Utilities | |
| python-dotenv==1.1.0 | |
| pandas==2.2.3 | |
| BeautifulSoup4 | |
| APScheduler | |
| markdown |