Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
gradio>=4.44.1
|
|
|
2 |
python-dotenv
|
3 |
sentence-transformers==3.3.1
|
4 |
|
@@ -12,7 +13,10 @@ langchain-huggingface==0.1.2
|
|
12 |
langchain-neo4j==0.3.0
|
13 |
|
14 |
# Supported LLM providers
|
|
|
15 |
langchain-google-vertexai==2.0.11
|
|
|
16 |
|
17 |
# Google Cloud Vertex AI client
|
|
|
18 |
google-cloud-aiplatform
|
|
|
1 |
gradio>=4.44.1
|
2 |
+
boto3==1.36.2
|
3 |
python-dotenv
|
4 |
sentence-transformers==3.3.1
|
5 |
|
|
|
13 |
langchain-neo4j==0.3.0
|
14 |
|
15 |
# Supported LLM providers
|
16 |
+
langchain-openai==0.3.1
|
17 |
langchain-google-vertexai==2.0.11
|
18 |
+
langchain-anthropic==0.3.3
|
19 |
|
20 |
# Google Cloud Vertex AI client
|
21 |
+
google-auth
|
22 |
google-cloud-aiplatform
|