Upload requirements.txt
Browse files- requirements.txt +18 -0
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
gradio
|
3 |
+
langchain
|
4 |
+
langchain-community
|
5 |
+
langchain-google-genai
|
6 |
+
qdrant-client
|
7 |
+
sentence-transformers
|
8 |
+
rank-bm25
|
9 |
+
pandas
|
10 |
+
numpy
|
11 |
+
python-dotenv
|
12 |
+
googlesearch-python
|
13 |
+
beautifulsoup4
|
14 |
+
requests
|
15 |
+
underthesea
|
16 |
+
pyvi
|
17 |
+
regex
|
18 |
+
scikit-learn
|