Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pip==24.0
|
2 |
+
streamlit
|
3 |
+
langchain
|
4 |
+
langchain-ollama
|
5 |
+
langchain-community
|
6 |
+
bm25s
|
7 |
+
torch
|