fix: disable default install for google-genai package

This commit is contained in:
Tadashi
2024-09-05 23:08:28 +07:00
parent 05245f501c
commit 3267e6c654
2 changed files with 8 additions and 9 deletions

View File

@@ -31,7 +31,6 @@ dependencies = [
"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",