Update requirements.txt
Browse files- requirements.txt +1 -3
requirements.txt
CHANGED
@@ -2,11 +2,9 @@ requests==2.32.2
|
|
2 |
tellurium==2.2.10
|
3 |
ollama==0.3.2
|
4 |
streamlit==1.23.0
|
5 |
-
spacy
|
6 |
chromadb==0.5.5
|
7 |
transformers
|
8 |
torch
|
9 |
llama-cpp-python
|
10 |
sentence_transformers
|
11 |
-
langchain-text-splitters
|
12 |
-
subprocess
|
|
|
2 |
tellurium==2.2.10
|
3 |
ollama==0.3.2
|
4 |
streamlit==1.23.0
|
|
|
5 |
chromadb==0.5.5
|
6 |
transformers
|
7 |
torch
|
8 |
llama-cpp-python
|
9 |
sentence_transformers
|
10 |
+
langchain-text-splitters
|
|