Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,9 @@ chromadb
|
|
| 4 |
llama-cpp-python
|
| 5 |
datasets
|
| 6 |
langchain-community
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
llama-cpp-python
|
| 5 |
datasets
|
| 6 |
langchain-community
|
| 7 |
+
pip install langchain[chromadb]
|
| 8 |
+
pip install langchain[llama-cpp]
|
| 9 |
+
pip install sentence-transformers
|
| 10 |
+
pip install datasets
|
| 11 |
+
from langchain.schema import Document
|
| 12 |
+
|