feat: add support for Gemini, Claude through Langchain (#225) (bump:patch)

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-09-05 21:58:20 +07:00
committed by GitHub
parent 8be8a4a9d0
commit 05245f501c
6 changed files with 71 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ dependencies = [
"langchain>=0.1.16,<0.2.0",
"langchain-community>=0.0.34,<0.1.0",
"langchain-openai>=0.1.4,<0.2.0",
"langchain-anthropic",
"langchain-google-genai",
"llama-hub>=0.0.79,<0.1.0",
"llama-index>=0.10.40,<0.11.0",
"llama-index-vector-stores-chroma>=0.1.9",