Spaces:
Sleeping
Sleeping
seansullivan
commited on
Commit
•
c4b286a
1
Parent(s):
19ca162
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community==0.0.13
|
3 |
+
openai
|
4 |
+
tiktoken
|
5 |
+
pinecone-client==3.0.0
|
6 |
+
langchain-openai
|
7 |
+
cohere
|
8 |
+
langchain-anthropic
|
9 |
+
pinecone-text[splade]
|