prthm11 commited on
Commit
c870805
·
verified ·
1 Parent(s): f2a64b0

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -141
requirements.txt CHANGED
@@ -1,154 +1,28 @@
1
- gradio
2
- requests
3
- accelerate
4
- agent
5
- aiohappyeyeballs
6
- aiohttp
7
- aiosignal
8
- annotated-types
9
- anyio
10
- arxiv
11
- asttokens
12
- attrs
13
- beautifulsoup4
14
- bidict
15
- blinker
16
- bs4
17
- certifi
18
- charset-normalizer
19
- click
20
- colorama
21
- comm
22
- dataclasses-json
23
- debugpy
24
- decorator
25
- distro
26
- dnspython
27
- duckduckgo_search
28
- duckduckgo-search
29
- eventlet
30
- executing
31
- faiss-cpu
32
- ffmpeg-python
33
- filelock
34
  Flask[async]
35
  Flask-SocketIO
36
- frozenlist
37
- fsspec
38
- greenlet
39
- groq
40
  gunicorn
41
- h11
42
- httpcore
43
- httpx
44
- httpx-sse
45
- huggingface-hub
46
- idna
47
- ipykernel
48
- ipython
49
- ipython_pygments_lexers
50
- itsdangerous
51
- jedi
52
- Jinja2
53
- joblib
54
- jsonpatch
55
- jsonpointer
56
- jupyter_client
57
- jupyter_core
58
  langchain
59
  langchain-community
60
- langchain_community
61
- langchain-core
62
- langchain_experimental
63
  langchain-groq
64
- langchain-mistralai
65
- langchain-pinecone
66
- langchain-text-splitters
67
  langgraph
68
- langgraph-checkpoint
69
- langgraph-prebuilt
70
- langgraph-sdk
71
- langsmith
72
- lxml
73
- markdown2
74
- MarkupSafe
75
- marshmallow
76
- matplotlib-inline
77
- mpmath
78
- multidict
79
- mypy_extensions
80
- nest-asyncio
81
- networkx
82
- numexpr
83
  numpy
84
- orjson
85
- ormsgpack
86
  pandas
87
- packaging
88
- parso
89
- pillow
90
- platformdirs
91
- playwright
92
- primp
93
- prompt_toolkit
94
- propcache
95
- psutil
96
- pure_eval
97
- pydantic
98
- pydantic-settings
99
- pydantic_core
100
- pinecone
101
- pinecone-client
102
- pyee
103
- Pygments
104
- PyMuPDF
105
- PyPDF2
106
- pytesseract
107
- python-dateutil
108
- python-dotenv
109
- python-engineio
110
- python-socketio
111
- PyYAML
112
- pyzmq
113
- regex
114
- requests
115
- requests-toolbelt
116
- safetensors
117
  scikit-learn
118
  scipy
119
- sentence-transformers
120
- setuptools
121
- simple-websocket
122
- six
123
- sniffio
124
- soupsieve
125
- SQLAlchemy
126
- stack-data
127
- sympy
128
- tenacity
129
- threadpoolctl
130
- tokenizers
131
- torch
132
- tornado
133
- tqdm
134
- traitlets
135
- transformers
136
- typing-inspect
137
- typing-inspection
138
- typing_extensions
139
- urllib3
140
- wcwidth
141
- Werkzeug
142
- wsproto
143
- wikipedia
144
- xxhash
145
- yarl
146
- zstandard
147
- youtube-transcript-api
148
- pytube
149
- newspaper3k
150
  SpeechRecognition
151
  python-docx
152
- lxml_html_clean
153
- open_clip_torch
154
- unstructured[all-docs]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Flask[async]
2
  Flask-SocketIO
 
 
 
 
3
  gunicorn
4
+ groq
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  langchain
6
  langchain-community
7
+ langchain_experimental
 
 
8
  langchain-groq
 
 
 
9
  langgraph
10
+ huggingface-hub
11
+ transformers
12
+ torch
13
+ sentence-transformers
14
+ faiss-cpu
15
+ open_clip_torch
16
+ unstructured[all-docs]
17
+ pytesseract
18
+ pdf2image
19
+ PyPDF2
20
+ Pillow
 
 
 
 
21
  numpy
 
 
22
  pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  scikit-learn
24
  scipy
25
+ requests
26
+ beautifulsoup4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  SpeechRecognition
28
  python-docx