Spaces:
Sleeping
Sleeping
File size: 756 Bytes
76f712e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 |
# FastAPI fastapi==0.103.1 uvicorn[standard]==0.23.2 pydantic==2.4.2 python-dotenv==1.0.0 websockets==11.0.3 # MongoDB pymongo==4.6.1 dnspython==2.4.2 # PostgreSQL sqlalchemy==2.0.20 pydantic-settings==2.0.3 psycopg2-binary==2.9.7 # Pinecone & RAG pinecone-client==3.0.0 langchain==0.1.4 langchain-core==0.1.19 langchain-community==0.0.14 langchain-google-genai==0.0.5 langchain-pinecone==0.0.1 faiss-cpu==1.7.4 google-generativeai==0.3.1 # Extras pytz==2023.3 python-multipart==0.0.6 httpx==0.25.1 requests==2.31.0 beautifulsoup4==4.12.2 redis==5.0.1 aiofiles==23.2.1 # Testing prometheus-client==0.17.1 pytest==7.4.0 pytest-cov==4.1.0 watchfiles==0.21.0 fpdf==1.7.2 # Core dependencies starlette==0.27.0 psutil==5.9.6 # Upload PDF pypdf==3.17.4 |