Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
langchain
|
|
|
|
| 2 |
langchain-anthropic==1.3.1
|
| 3 |
langchain-pinecone==0.2.13
|
| 4 |
langchain-text-splitters==1.1.0
|
| 5 |
-
langgraph<1.1.0
|
| 6 |
pinecone==7.3.0
|
| 7 |
python-dotenv==1.2.1
|
| 8 |
requests==2.32.5
|
| 9 |
-
sentence-transformers==5.2.0
|
|
|
|
| 1 |
+
langchain
|
| 2 |
+
langgraph
|
| 3 |
langchain-anthropic==1.3.1
|
| 4 |
langchain-pinecone==0.2.13
|
| 5 |
langchain-text-splitters==1.1.0
|
|
|
|
| 6 |
pinecone==7.3.0
|
| 7 |
python-dotenv==1.2.1
|
| 8 |
requests==2.32.5
|
| 9 |
+
sentence-transformers==5.2.0
|