Spaces:
Sleeping
Sleeping
| gradio | |
| langchain | |
| langchain-google-genai | |
| langgraph | |
| chromadb | |
| pydantic-settings | |
| python-dotenv | |
| pypdf | |
| docx2txt | |
| # Core Python | |
| python-dotenv | |
| pydantic | |
| typing-extensions | |
| # Web Framework | |
| fastapi | |
| uvicorn | |
| gradio==5.13.2 | |
| # LangChain & LLM Providers | |
| langchain==0.3.16 | |
| langchain-community==0.3.16 | |
| langgraph==0.2.68 | |
| langchain-google-genai | |
| google-generativeai | |
| langchain-openai | |
| openai | |
| google-genai | |
| # Embeddings & Vector Stores | |
| chromadb | |
| sentence-transformers | |
| # Document Processing | |
| docling | |
| pypdf | |
| python-docx | |
| markdown | |
| beautifulsoup4 | |
| lxml | |
| # Text Processing & Retrieval | |
| rank-bm25 | |
| nltk | |
| scikit-learn | |
| numpy | |
| # Caching & Logging | |
| cachetools | |
| loguru | |
| # Utilities | |
| python-multipart | |
| aiofiles | |
| pillow | |
| tqdm | |
| tenacity | |
| backoff | |
| httpx | |
| requests | |
| orjson | |
| # Development & Testing (optional for HF Spaces) | |
| pytest | |
| pytest-asyncio | |
| black | |
| isort | |
| mypy | |
| ruff | |