Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
1 |
chromadb
|
2 |
huggingface_hub
|
3 |
-
|
|
|
|
1 |
+
llama-cpp-python[server]
|
2 |
chromadb
|
3 |
huggingface_hub
|
4 |
+
sentence_transformers
|
5 |
+
sentencepiece
|