Spaces:
Running
Running
Leo Fan
commited on
Commit
•
4bfc8bf
1
Parent(s):
4e84bce
Added Langchain to requirements files.
Browse files
app/__pycache__/server.cpython-311.pyc
CHANGED
Binary files a/app/__pycache__/server.cpython-311.pyc and b/app/__pycache__/server.cpython-311.pyc differ
|
|
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
1 |
huggingface-hub==0.20.2
|
2 |
sentence-transformers==2.6.0
|
|
|
|
|
3 |
faiss-cpu==1.7.4
|
|
|
1 |
huggingface-hub==0.20.2
|
2 |
sentence-transformers==2.6.0
|
3 |
+
langchain-core==0.1.52
|
4 |
+
langchain-community==0.0.38
|
5 |
faiss-cpu==1.7.4
|