ProductQuery/requirements.txt
2024-12-17 10:53:45 +01:00

25 lines
298 B
Plaintext

# FastAPI and ASGI server
fastapi
# LangChain and associated dependencies
langchain
langchain-community
langchain-openai
# OpenAI API client
openai
# Embeddings and Vector Stores
faiss-cpu
# Utility Libraries
python-dotenv
pydantic
# Async support
asyncio
# PDF extraction
pdfplumber