first commit
Browse files- requirements.txt +14 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,14 @@
|
|
| 1 |
-
chainlit
|
| 2 |
-
tiktoken
|
| 3 |
-
python-dotenv
|
| 4 |
-
langchain
|
| 5 |
-
langchain_core
|
| 6 |
-
langchain-community
|
| 7 |
-
langchainhub
|
| 8 |
-
faiss-cpu
|
| 9 |
-
langgraph
|
| 10 |
-
fastembed
|
| 11 |
-
flashrank
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
pymupdf
|
|
|
|
| 1 |
+
chainlit==1.1.101
|
| 2 |
+
tiktoken==0.7.0
|
| 3 |
+
python-dotenv==1.0.1
|
| 4 |
+
langchain==0.1.20
|
| 5 |
+
langchain_core==0.1.52
|
| 6 |
+
langchain-community==0.0.38
|
| 7 |
+
langchainhub==0.1.15
|
| 8 |
+
faiss-cpu==1.8.0
|
| 9 |
+
langgraph==0.0.49
|
| 10 |
+
fastembed==0.2.7
|
| 11 |
+
flashrank==0.2.5
|
| 12 |
+
huggingface-hub==0.20.3
|
| 13 |
+
langchain-groq==0.1.4
|
| 14 |
+
pymupdf==1.24.4
|
|
|