File size: 348 Bytes
75f2bb4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Core dependencies gradio langchain langchain-community langchain-core langchain-openai langchain-ollama langchain-ibm langchain-huggingface # Document processing PyPDF2 python-dotenv # Vector store and embeddings chromadb # API clients and utilities requests ibm-watsonx-ai # Optional: for better performance typing-extensions typing-inspect |