Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -7,4 +7,5 @@ chromadb==0.5.5
|
|
7 |
transformers
|
8 |
torch
|
9 |
llama-cpp-python
|
10 |
-
sentence_transformers
|
|
|
|
7 |
transformers
|
8 |
torch
|
9 |
llama-cpp-python
|
10 |
+
sentence_transformers
|
11 |
+
langchain-text-splitters
|