Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -3
requirements.txt
CHANGED
|
@@ -1,18 +1,26 @@
|
|
| 1 |
-
|
| 2 |
-
langchain
|
| 3 |
-
langchain-
|
|
|
|
| 4 |
langchain-google-genai
|
| 5 |
langchain-huggingface
|
| 6 |
langchain-chroma
|
| 7 |
langchain-text-splitters
|
|
|
|
|
|
|
| 8 |
chromadb>=0.5.0
|
| 9 |
pysqlite3-binary
|
|
|
|
|
|
|
|
|
|
| 10 |
pypdf
|
| 11 |
docx2txt
|
| 12 |
openpyxl
|
| 13 |
unstructured
|
| 14 |
networkx
|
| 15 |
tabulate
|
|
|
|
|
|
|
| 16 |
gradio
|
| 17 |
sentence-transformers
|
| 18 |
huggingface-hub
|
|
|
|
| 1 |
+
# --- CÁC THƯ VIỆN CỐT LÕI (BẮT BUỘC) ---
|
| 2 |
+
langchain==0.2.1
|
| 3 |
+
langchain-community==0.2.1
|
| 4 |
+
langchain-core==0.2.3
|
| 5 |
langchain-google-genai
|
| 6 |
langchain-huggingface
|
| 7 |
langchain-chroma
|
| 8 |
langchain-text-splitters
|
| 9 |
+
|
| 10 |
+
# --- DATABASE & SEARCH ---
|
| 11 |
chromadb>=0.5.0
|
| 12 |
pysqlite3-binary
|
| 13 |
+
rank_bm25
|
| 14 |
+
|
| 15 |
+
# --- XỬ LÝ FILE ---
|
| 16 |
pypdf
|
| 17 |
docx2txt
|
| 18 |
openpyxl
|
| 19 |
unstructured
|
| 20 |
networkx
|
| 21 |
tabulate
|
| 22 |
+
|
| 23 |
+
# --- GIAO DIỆN & KHÁC ---
|
| 24 |
gradio
|
| 25 |
sentence-transformers
|
| 26 |
huggingface-hub
|