Spaces:
Running
Running
as-cle-bert
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.1.1
|
2 |
+
langchain_core==0.2.2
|
3 |
+
langchain_community==0.0.13
|
4 |
+
langchain_openai
|
5 |
+
langchain_cohere
|
6 |
+
langchain_groq
|
7 |
+
langchain_anthropic
|
8 |
+
tokenizers==0.19.1
|