MikeMann commited on
Commit
54e7a08
·
1 Parent(s): b3ea928

Requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +172 -2
requirements.txt CHANGED
@@ -1,6 +1,176 @@
1
- torch
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  gradio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  langchain
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  sentence-transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  transformers
6
- faiss-cpu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate
2
+ aiofiles
3
+ aiohappyeyeballs
4
+ aiohttp
5
+ aiosignal
6
+ annotated-types
7
+ annoy
8
+ anyio
9
+ async-timeout
10
+ attrs
11
+ beautifulsoup4
12
+ bitarray
13
+ bitsandbytes
14
+ blinker
15
+ Brotli
16
+ catalogue
17
+ certifi
18
+ cffi
19
+ charset-normalizer
20
+ click
21
+ colbert-ai
22
+ colorama
23
+ contourpy
24
+ cycler
25
+ dataclasses-json
26
+ datasets
27
+ Deprecated
28
+ dill
29
+ dirtyjson
30
+ distro
31
+ et_xmlfile
32
+ exceptiongroup
33
+ faiss
34
+ fast-pytorch-kmeans
35
+ fastapi
36
+ ffmpy
37
+ filelock
38
+ Flask
39
+ fonttools
40
+ frozenlist
41
+ fsspec
42
+ git-python
43
+ gitdb
44
+ GitPython
45
  gradio
46
+ gradio_client
47
+ greenlet
48
+ h11
49
+ h2
50
+ hpack
51
+ httpcore
52
+ httpx
53
+ huggingface_hub
54
+ hyperframe
55
+ idna
56
+ itsdangerous
57
+ Jinja2
58
+ jiter
59
+ joblib
60
+ jsonpatch
61
+ jsonpointer
62
+ kiwisolver
63
  langchain
64
+ langchain-community
65
+ langchain-core
66
+ langchain-huggingface
67
+ langchain-text-splitters
68
+ langsmith
69
+ llama-cloud
70
+ llama-index
71
+ llama-index-agent-openai
72
+ llama-index-cli
73
+ llama-index-core
74
+ llama-index-embeddings-openai
75
+ llama-index-indices-managed-llama-cloud
76
+ llama-index-legacy
77
+ llama-index-llms-openai
78
+ llama-index-multi-modal-llms-openai
79
+ llama-index-program-openai
80
+ llama-index-question-gen-openai
81
+ llama-index-readers-file
82
+ llama-index-readers-llama-parse
83
+ llama-parse
84
+ llvmlite
85
+ markdown-it-py
86
+ MarkupSafe
87
+ marshmallow
88
+ matplotlib
89
+ mdurl
90
+ mpmath
91
+ multidict
92
+ multiprocess
93
+ mypy-extensions
94
+ nest-asyncio
95
+ networkx
96
+ ninja
97
+ nltk
98
+ numba
99
+ numpy
100
+ onnx
101
+ openai
102
+ openpyxl
103
+ orjson
104
+ packaging
105
+ pacmap
106
+ pandas
107
+ pillow
108
+ propcache
109
+ protobuf
110
+ psutil
111
+ pyarrow
112
+ pycparser
113
+ pydantic
114
+ pydantic-settings
115
+ pydantic_core
116
+ pydub
117
+ Pygments
118
+ pynvml
119
+ pyparsing
120
+ pypdf
121
+ PySocks
122
+ python-dateutil
123
+ python-dotenv
124
+ python-multipart
125
+ pytz
126
+ PyYAML
127
+ RAGatouille
128
+ regex
129
+ requests
130
+ rich
131
+ ruff
132
+ safehttpx
133
+ safetensors
134
+ scikit-learn
135
+ scipy
136
+ semantic-version
137
  sentence-transformers
138
+ setuptools
139
+ shellingham
140
+ six
141
+ smmap
142
+ sniffio
143
+ soupsieve
144
+ SQLAlchemy
145
+ srsly
146
+ starlette
147
+ striprtf
148
+ sympy
149
+ tenacity
150
+ threadpoolctl
151
+ tiktoken
152
+ tokenizers
153
+ tomlkit
154
+ torch
155
+ torchaudio
156
+ torchvision
157
+ tqdm
158
  transformers
159
+ typer
160
+ typer-slim
161
+ typing-inspect
162
+ typing_extensions
163
+ tzdata
164
+ ujson
165
+ unicodedata2
166
+ urllib3
167
+ uvicorn
168
+ voyager
169
+ websockets
170
+ Werkzeug
171
+ wheel
172
+ win_inet_pton
173
+ wrapt
174
+ xxhash
175
+ yarl
176
+ zstandard