AgenticRAG_test / requirements.txt
Zeggai Abdellah
add answer language to the response
9317650
raw
history blame contribute delete
396 Bytes
# FastAPI and server
fastapi==0.104.1
uvicorn[standard]==0.24.0
# LlamaIndex core components
llama-index-core
llama-index-embeddings-huggingface
llama-index-llms-gemini
llama-index-llms-google-genai
# LangChain components
langchain
langchain-community
langchain-google-genai
# Vector stores and search
chromadb
rank-bm25
# ML and embeddings
sentence-transformers
# detect language
langdetect