Spaces:
Runtime error
Runtime error
AI-RESEARCHER-2024
commited on
Commit
•
0292d64
1
Parent(s):
601a9ff
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
|
|
1 |
langchain
|
|
|
2 |
chromadb
|
3 |
-
|
4 |
-
|
5 |
-
sentence_transformers
|
6 |
-
chainlit
|
7 |
-
langchain-openai
|
|
|
1 |
+
chainlit
|
2 |
langchain
|
3 |
+
langchain_community
|
4 |
chromadb
|
5 |
+
sentence-transformers
|
6 |
+
llama-cpp-python --extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
|
|