Spaces:
Runtime error
Runtime error
Rasoul Nikbakht
commited on
Commit
·
8f80a94
1
Parent(s):
01e3388
add langchain-community to requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ gradio>=5.29.0
|
|
2 |
huggingface_hub
|
3 |
langchain
|
4 |
langchain-openai
|
|
|
5 |
openai
|
6 |
faiss-cpu
|
7 |
tiktoken
|
|
|
2 |
huggingface_hub
|
3 |
langchain
|
4 |
langchain-openai
|
5 |
+
langchain-community>
|
6 |
openai
|
7 |
faiss-cpu
|
8 |
tiktoken
|