acrobatlm commited on
Commit
dbdcb63
1 Parent(s): b618e47

updated requirements doc for hf

Browse files
Files changed (1) hide show
  1. requirements.txt +158 -4
requirements.txt CHANGED
@@ -1,4 +1,158 @@
1
- chainlit>=0.3.0
2
- llama-index>=0.5.0
3
- openai>=0.27.0
4
- qdrant-client>=1.1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==0.29.3
2
+ aiofiles==23.2.1
3
+ aiohttp==3.9.5
4
+ aiosignal==1.3.1
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ asttokens==2.4.1
8
+ asyncer==0.0.2
9
+ attrs==23.2.0
10
+ beautifulsoup4==4.12.3
11
+ bidict==0.23.1
12
+ certifi==2024.2.2
13
+ chainlit==1.0.505
14
+ charset-normalizer==3.3.2
15
+ chevron==0.14.0
16
+ click==8.1.7
17
+ comm==0.2.2
18
+ dataclasses-json==0.5.14
19
+ datasets==2.19.0
20
+ decorator==5.1.1
21
+ Deprecated==1.2.14
22
+ dill==0.3.8
23
+ dirtyjson==1.0.8
24
+ distro==1.9.0
25
+ executing==2.0.1
26
+ fastapi==0.110.2
27
+ fastapi-socketio==0.0.10
28
+ filelock==3.14.0
29
+ filetype==1.2.0
30
+ FlagEmbedding @ git+https://github.com/FlagOpen/FlagEmbedding.git@3c633a2f42ca14d474bf11bd63fb15227781dd08
31
+ frozenlist==1.4.1
32
+ fsspec==2024.3.1
33
+ googleapis-common-protos==1.63.0
34
+ greenlet==3.0.3
35
+ grpcio==1.62.2
36
+ grpcio-tools==1.62.2
37
+ h11==0.14.0
38
+ h2==4.1.0
39
+ hpack==4.0.0
40
+ httpcore==1.0.5
41
+ httpx==0.27.0
42
+ huggingface-hub==0.22.2
43
+ hyperframe==6.0.1
44
+ idna==3.7
45
+ importlib-metadata==7.0.0
46
+ ipython==8.24.0
47
+ ipywidgets==8.1.2
48
+ jedi==0.19.1
49
+ Jinja2==3.1.3
50
+ joblib==1.4.0
51
+ jupyterlab_widgets==3.0.10
52
+ Lazify==0.4.0
53
+ literalai==0.0.507
54
+ llama-index==0.10.33
55
+ llama-index-agent-openai==0.2.3
56
+ llama-index-cli==0.1.12
57
+ llama-index-core==0.10.33
58
+ llama-index-embeddings-openai==0.1.9
59
+ llama-index-indices-managed-llama-cloud==0.1.6
60
+ llama-index-legacy==0.9.48
61
+ llama-index-llms-openai==0.1.16
62
+ llama-index-multi-modal-llms-openai==0.1.5
63
+ llama-index-postprocessor-flag-embedding-reranker==0.1.2
64
+ llama-index-program-openai==0.1.6
65
+ llama-index-question-gen-openai==0.1.3
66
+ llama-index-readers-file==0.1.19
67
+ llama-index-readers-llama-parse==0.1.4
68
+ llama-index-vector-stores-qdrant==0.2.8
69
+ llama-parse==0.4.2
70
+ llamaindex-py-client==0.1.19
71
+ MarkupSafe==2.1.5
72
+ marshmallow==3.21.1
73
+ matplotlib-inline==0.1.7
74
+ mpmath==1.3.0
75
+ multidict==6.0.5
76
+ multiprocess==0.70.16
77
+ mypy-extensions==1.0.0
78
+ nest-asyncio==1.6.0
79
+ networkx==3.3
80
+ nltk==3.8.1
81
+ numpy==1.26.4
82
+ openai==1.23.6
83
+ opentelemetry-api==1.24.0
84
+ opentelemetry-exporter-otlp==1.24.0
85
+ opentelemetry-exporter-otlp-proto-common==1.24.0
86
+ opentelemetry-exporter-otlp-proto-grpc==1.24.0
87
+ opentelemetry-exporter-otlp-proto-http==1.24.0
88
+ opentelemetry-instrumentation==0.45b0
89
+ opentelemetry-proto==1.24.0
90
+ opentelemetry-sdk==1.24.0
91
+ opentelemetry-semantic-conventions==0.45b0
92
+ packaging==23.2
93
+ pandas==2.2.2
94
+ parso==0.8.4
95
+ pexpect==4.9.0
96
+ pillow==10.3.0
97
+ portalocker==2.8.2
98
+ prompt-toolkit==3.0.43
99
+ protobuf==4.25.3
100
+ psutil==5.9.8
101
+ ptyprocess==0.7.0
102
+ pure-eval==0.2.2
103
+ pyarrow==16.0.0
104
+ pyarrow-hotfix==0.6
105
+ pydantic==2.7.1
106
+ pydantic_core==2.18.2
107
+ Pygments==2.17.2
108
+ PyJWT==2.8.0
109
+ pypdf==4.2.0
110
+ python-dateutil==2.9.0.post0
111
+ python-dotenv==1.0.1
112
+ python-engineio==4.9.0
113
+ python-graphql-client==0.4.3
114
+ python-multipart==0.0.9
115
+ python-socketio==5.11.2
116
+ pytz==2024.1
117
+ PyYAML==6.0.1
118
+ qdrant-client==1.9.0
119
+ regex==2024.4.28
120
+ requests==2.31.0
121
+ safetensors==0.4.3
122
+ scikit-learn==1.4.2
123
+ scipy==1.13.0
124
+ sentence-transformers==2.7.0
125
+ simple-websocket==1.0.0
126
+ six==1.16.0
127
+ sniffio==1.3.1
128
+ soupsieve==2.5
129
+ SQLAlchemy==2.0.29
130
+ stack-data==0.6.3
131
+ starlette==0.37.2
132
+ striprtf==0.0.26
133
+ sympy==1.12
134
+ syncer==2.0.3
135
+ tenacity==8.2.3
136
+ threadpoolctl==3.5.0
137
+ tiktoken==0.6.0
138
+ tokenizers==0.19.1
139
+ tomli==2.0.1
140
+ torch==2.3.0
141
+ tqdm==4.66.2
142
+ traitlets==5.14.3
143
+ transformers==4.40.1
144
+ typing-inspect==0.9.0
145
+ typing_extensions==4.11.0
146
+ tzdata==2024.1
147
+ uptrace==1.24.0
148
+ urllib3==2.2.1
149
+ uvicorn==0.25.0
150
+ watchfiles==0.20.0
151
+ wcwidth==0.2.13
152
+ websockets==12.0
153
+ widgetsnbextension==4.0.10
154
+ wrapt==1.16.0
155
+ wsproto==1.2.0
156
+ xxhash==3.4.1
157
+ yarl==1.9.4
158
+ zipp==3.18.1