25 lines
298 B
Plaintext
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
|
|
|