Spaces:
Sleeping
Sleeping
| [project] | |
| name = "rag-pipeline" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "chromadb>=1.3.4", | |
| "faiss-cpu>=1.12.0", | |
| "fastapi>=0.121.0", | |
| "ipykernel>=7.1.0", | |
| "langchain>=1.0.3", | |
| "langchain-community>=0.4.1", | |
| "langchain-core>=1.0.3", | |
| "langchain-groq>=1.0.0", | |
| "langchain-text-splitters>=1.0.0", | |
| "pymupdf>=1.26.6", | |
| "pypdf>=6.1.3", | |
| "python-dotenv>=1.2.1", | |
| "python-multipart>=0.0.20", | |
| "sentence-transformers>=5.1.2", | |
| "streamlit>=1.51.0", | |
| "tqdm>=4.67.1", | |
| "uvicorn>=0.38.0", | |
| ] | |