Update requirements.txt
Browse files- requirements.txt +13 -5
requirements.txt
CHANGED
@@ -1,5 +1,13 @@
|
|
1 |
-
huggingface_hub
|
2 |
-
scikit-build-core
|
3 |
-
llama-cpp-python
|
4 |
-
llama-cpp-agent>=0.2.10
|
5 |
-
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
scikit-build-core
|
3 |
+
llama-cpp-python
|
4 |
+
llama-cpp-agent>=0.2.10
|
5 |
+
gradio
|
6 |
+
litellm
|
7 |
+
dotenv
|
8 |
+
requests
|
9 |
+
smolagents
|
10 |
+
langchain
|
11 |
+
langchain_community
|
12 |
+
rank_bm25
|
13 |
+
joblib
|