Update requirements.txt
Browse filesAdd sentence-transformers
- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,10 +2,10 @@ ollama
|
|
2 |
langchain
|
3 |
langchain_ollama
|
4 |
langchain_core
|
5 |
-
langchain_cohere
|
6 |
langchain_community
|
7 |
langchain_text_splitters
|
8 |
faiss-cpu
|
9 |
typing
|
10 |
streamlit
|
11 |
-
pypdf
|
|
|
|
2 |
langchain
|
3 |
langchain_ollama
|
4 |
langchain_core
|
|
|
5 |
langchain_community
|
6 |
langchain_text_splitters
|
7 |
faiss-cpu
|
8 |
typing
|
9 |
streamlit
|
10 |
+
pypdf
|
11 |
+
sentence-transformers
|