Update requirements.txt
Browse files- requirements.txt +8 -30
requirements.txt
CHANGED
@@ -1,36 +1,14 @@
|
|
1 |
gradio
|
2 |
requests
|
3 |
-
|
4 |
langchain
|
5 |
-
langchain-
|
6 |
langchain-community
|
7 |
-
langchain-
|
8 |
-
|
9 |
-
langchain-
|
10 |
-
|
11 |
-
litellm==1.67.0
|
12 |
-
unstructured[pdf]
|
13 |
-
duckduckgo-search
|
14 |
-
playwright
|
15 |
-
openai-whisper
|
16 |
wikipedia
|
17 |
arxiv
|
18 |
-
|
19 |
-
|
20 |
-
docx2txt
|
21 |
-
openpyxl
|
22 |
-
pymupdf
|
23 |
-
pdfplumber
|
24 |
-
biopython
|
25 |
-
qwen-vl-utils[decord]==0.0.8
|
26 |
-
python-pptx
|
27 |
-
ratelimit
|
28 |
-
tenacity
|
29 |
-
ipython
|
30 |
-
langchain-core
|
31 |
-
requests
|
32 |
-
duckduckgo-search
|
33 |
-
python-dotenv
|
34 |
-
pydantic
|
35 |
-
tqdm
|
36 |
-
numpy
|
|
|
1 |
gradio
|
2 |
requests
|
3 |
+
python-dotenv
|
4 |
langchain
|
5 |
+
langchain-core
|
6 |
langchain-community
|
7 |
+
langchain-tavily
|
8 |
+
langchain-google-genai
|
9 |
+
langchain-openai
|
10 |
+
langgraph
|
|
|
|
|
|
|
|
|
|
|
11 |
wikipedia
|
12 |
arxiv
|
13 |
+
youtube_transcript_api
|
14 |
+
httpx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|