Update requirements.txt
Browse files- requirements.txt +2 -12
requirements.txt
CHANGED
@@ -1,12 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
llama-index-core
|
4 |
-
llama-index-llms-langchain
|
5 |
-
llama-index-embeddings-gemini
|
6 |
-
google-generativeai>=0.3.0
|
7 |
-
matplotlib
|
8 |
-
langchain-google-genai
|
9 |
-
qdrant_client
|
10 |
-
git+https://github.com/MIDORIBIN/langchain-gpt4free.git
|
11 |
-
pypdf
|
12 |
-
g4f[all]
|
|
|
1 |
+
google-generativeai
|
2 |
+
pypdf2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|