Spaces:
Sleeping
Sleeping
yanyoyo
commited on
Commit
·
98f4f2c
1
Parent(s):
68dd607
requirements
Browse files- app.py +0 -1
- requirements.txt +209 -0
app.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import gradio as gr
|
2 |
import streamlit as st
|
3 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, Settings
|
4 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
|
|
|
|
1 |
import streamlit as st
|
2 |
from llama_index.core import VectorStoreIndex, SimpleDirectoryReader, Settings
|
3 |
from llama_index.embeddings.huggingface import HuggingFaceEmbedding
|
requirements.txt
ADDED
@@ -0,0 +1,209 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
accelerate==1.2.1
|
3 |
+
addict==2.4.0
|
4 |
+
aiohappyeyeballs==2.4.4
|
5 |
+
aiohttp==3.11.11
|
6 |
+
aiosignal==1.3.2
|
7 |
+
altair @ file:///home/conda/feedstock_root/build_artifacts/altair_1675180856922/work
|
8 |
+
annotated-types==0.7.0
|
9 |
+
anyio==4.7.0
|
10 |
+
asttokens @ file:///home/conda/feedstock_root/build_artifacts/asttokens_1733250440834/work
|
11 |
+
async-timeout==5.0.1
|
12 |
+
attrs @ file:///home/conda/feedstock_root/build_artifacts/attrs_1734348785146/work
|
13 |
+
beautifulsoup4==4.12.3
|
14 |
+
blinker @ file:///home/conda/feedstock_root/build_artifacts/blinker_1731096409132/work
|
15 |
+
Bottleneck @ file:///croot/bottleneck_1731058641041/work
|
16 |
+
Brotli @ file:///croot/brotli-split_1714483155106/work
|
17 |
+
cachetools @ file:///home/conda/feedstock_root/build_artifacts/cachetools_1733624221485/work
|
18 |
+
certifi @ file:///home/conda/feedstock_root/build_artifacts/certifi_1734380492396/work/certifi
|
19 |
+
charset-normalizer @ file:///croot/charset-normalizer_1721748349566/work
|
20 |
+
click @ file:///home/conda/feedstock_root/build_artifacts/click_1734858813237/work
|
21 |
+
colorama==0.4.6
|
22 |
+
comm @ file:///home/conda/feedstock_root/build_artifacts/comm_1733502965406/work
|
23 |
+
contourpy==1.3.1
|
24 |
+
cpm-kernels==1.0.11
|
25 |
+
cycler==0.12.1
|
26 |
+
dataclasses-json==0.6.7
|
27 |
+
debugpy @ file:///croot/debugpy_1690905042057/work
|
28 |
+
decorator @ file:///home/conda/feedstock_root/build_artifacts/decorator_1733236420667/work
|
29 |
+
Deprecated==1.2.15
|
30 |
+
dill==0.3.8
|
31 |
+
dirtyjson==1.0.8
|
32 |
+
distro==1.9.0
|
33 |
+
einops==0.5.0
|
34 |
+
entrypoints @ file:///home/conda/feedstock_root/build_artifacts/entrypoints_1733327148154/work
|
35 |
+
exceptiongroup @ file:///home/conda/feedstock_root/build_artifacts/exceptiongroup_1733208806608/work
|
36 |
+
executing @ file:///home/conda/feedstock_root/build_artifacts/executing_1733569351617/work
|
37 |
+
filelock @ file:///croot/filelock_1700591183607/work
|
38 |
+
fonttools==4.55.3
|
39 |
+
frozenlist==1.5.0
|
40 |
+
fsspec==2024.9.0
|
41 |
+
func_timeout==4.3.5
|
42 |
+
fuzzywuzzy==0.18.0
|
43 |
+
gitdb @ file:///home/conda/feedstock_root/build_artifacts/gitdb_1733236256224/work
|
44 |
+
GitPython @ file:///home/conda/feedstock_root/build_artifacts/gitpython_1733236677041/work
|
45 |
+
gmpy2 @ file:///tmp/build/80754af9/gmpy2_1645455533097/work
|
46 |
+
greenlet==3.1.1
|
47 |
+
h11==0.14.0
|
48 |
+
h5py==3.12.1
|
49 |
+
httpcore==1.0.7
|
50 |
+
httpx==0.28.1
|
51 |
+
huggingface-hub==0.23.1
|
52 |
+
idna==3.10
|
53 |
+
immutabledict==4.2.1
|
54 |
+
importlib_resources @ file:///home/conda/feedstock_root/build_artifacts/importlib_resources_1733231327252/work
|
55 |
+
InstructorEmbedding==1.0.1
|
56 |
+
ipykernel @ file:///home/conda/feedstock_root/build_artifacts/ipykernel_1719845459717/work
|
57 |
+
ipython @ file:///home/conda/feedstock_root/build_artifacts/ipython_1734788142186/work
|
58 |
+
ipywidgets @ file:///home/conda/feedstock_root/build_artifacts/ipywidgets_1733493556527/work
|
59 |
+
jedi @ file:///home/conda/feedstock_root/build_artifacts/jedi_1733300866624/work
|
60 |
+
jieba==0.42.1
|
61 |
+
Jinja2 @ file:///croot/jinja2_1730902924303/work
|
62 |
+
jiter==0.8.2
|
63 |
+
joblib==1.4.2
|
64 |
+
json5==0.10.0
|
65 |
+
jsonschema @ file:///home/conda/feedstock_root/build_artifacts/jsonschema_1733472696581/work
|
66 |
+
jsonschema-specifications @ file:///tmp/tmpk0f344m9/src
|
67 |
+
jupyter-client @ file:///home/conda/feedstock_root/build_artifacts/jupyter_client_1654730843242/work
|
68 |
+
jupyter_core @ file:///home/conda/feedstock_root/build_artifacts/jupyter_core_1727163409502/work
|
69 |
+
jupyterlab_widgets @ file:///home/conda/feedstock_root/build_artifacts/jupyterlab_widgets_1733428046021/work
|
70 |
+
kiwisolver==1.4.8
|
71 |
+
llama-index==0.10.38
|
72 |
+
llama-index-agent-openai==0.2.9
|
73 |
+
llama-index-cli==0.1.13
|
74 |
+
llama-index-core==0.10.68.post1
|
75 |
+
llama-index-embeddings-huggingface==0.2.0
|
76 |
+
llama-index-embeddings-instructor==0.1.3
|
77 |
+
llama-index-embeddings-openai==0.1.11
|
78 |
+
llama-index-indices-managed-llama-cloud==0.1.6
|
79 |
+
llama-index-legacy==0.9.48.post4
|
80 |
+
llama-index-llms-huggingface==0.2.0
|
81 |
+
llama-index-llms-openai==0.1.31
|
82 |
+
llama-index-multi-modal-llms-openai==0.1.9
|
83 |
+
llama-index-program-openai==0.1.7
|
84 |
+
llama-index-question-gen-openai==0.1.3
|
85 |
+
llama-index-readers-file==0.1.33
|
86 |
+
llama-index-readers-llama-parse==0.1.6
|
87 |
+
llama-parse==0.4.9
|
88 |
+
llamaindex-py-client==0.1.19
|
89 |
+
lxml==5.3.0
|
90 |
+
markdown-it-py @ file:///home/conda/feedstock_root/build_artifacts/markdown-it-py_1733250460757/work
|
91 |
+
MarkupSafe @ file:///croot/markupsafe_1704205993651/work
|
92 |
+
marshmallow==3.23.2
|
93 |
+
matplotlib-inline @ file:///home/conda/feedstock_root/build_artifacts/matplotlib-inline_1733416936468/work
|
94 |
+
mdurl @ file:///home/conda/feedstock_root/build_artifacts/mdurl_1733255585584/work
|
95 |
+
minijinja==2.5.0
|
96 |
+
mkl-service==2.4.0
|
97 |
+
mkl_fft @ file:///io/mkl313/mkl_fft_1730824109137/work
|
98 |
+
mkl_random @ file:///io/mkl313/mkl_random_1730823916628/work
|
99 |
+
mpmath @ file:///croot/mpmath_1690848262763/work
|
100 |
+
multidict==6.1.0
|
101 |
+
mypy-extensions==1.0.0
|
102 |
+
narwhals==1.19.1
|
103 |
+
nest_asyncio @ file:///home/conda/feedstock_root/build_artifacts/nest-asyncio_1733325553580/work
|
104 |
+
networkx @ file:///croot/networkx_1717597493534/work
|
105 |
+
nltk==3.8
|
106 |
+
numexpr @ file:///croot/numexpr_1730215937391/work
|
107 |
+
numpy @ file:///croot/numpy_and_numpy_base_1708638617955/work/dist/numpy-1.26.4-cp310-cp310-linux_x86_64.whl#sha256=d8cd837ed43e87f77e6efaa08e8de927ca030a1c9c5d04624432d6fb9a74a5ee
|
108 |
+
nvidia-cublas-cu12==12.1.3.1
|
109 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
110 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
111 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
112 |
+
nvidia-cudnn-cu12==8.9.2.26
|
113 |
+
nvidia-cufft-cu12==11.0.2.54
|
114 |
+
nvidia-curand-cu12==10.3.2.106
|
115 |
+
nvidia-cusolver-cu12==11.4.5.107
|
116 |
+
nvidia-cusparse-cu12==12.1.0.106
|
117 |
+
nvidia-nccl-cu12==2.18.1
|
118 |
+
nvidia-nvjitlink-cu12==12.4.127
|
119 |
+
nvidia-nvtx-cu12==12.1.105
|
120 |
+
openai==1.58.1
|
121 |
+
OpenCC==1.1.9
|
122 |
+
opencv-python-headless==4.10.0.84
|
123 |
+
packaging @ file:///home/conda/feedstock_root/build_artifacts/packaging_1733203243479/work
|
124 |
+
pandas==1.5.3
|
125 |
+
parso @ file:///home/conda/feedstock_root/build_artifacts/parso_1733271261340/work
|
126 |
+
pexpect @ file:///home/conda/feedstock_root/build_artifacts/pexpect_1733301927746/work
|
127 |
+
pickleshare @ file:///home/conda/feedstock_root/build_artifacts/pickleshare_1733327343728/work
|
128 |
+
pillow==10.4.0
|
129 |
+
pkgutil_resolve_name @ file:///home/conda/feedstock_root/build_artifacts/pkgutil-resolve-name_1733344503739/work
|
130 |
+
platformdirs @ file:///home/conda/feedstock_root/build_artifacts/platformdirs_1733232627818/work
|
131 |
+
portalocker==3.0.0
|
132 |
+
prettytable==3.12.0
|
133 |
+
prompt_toolkit @ file:///home/conda/feedstock_root/build_artifacts/prompt-toolkit_1733302527033/work
|
134 |
+
propcache==0.2.1
|
135 |
+
protobuf==4.25.3
|
136 |
+
psutil @ file:///opt/conda/conda-bld/psutil_1656431268089/work
|
137 |
+
ptyprocess @ file:///home/conda/feedstock_root/build_artifacts/ptyprocess_1733302279685/work/dist/ptyprocess-0.7.0-py2.py3-none-any.whl#sha256=92c32ff62b5fd8cf325bec5ab90d7be3d2a8ca8c8a3813ff487a8d2002630d1f
|
138 |
+
pure_eval @ file:///home/conda/feedstock_root/build_artifacts/pure_eval_1733569405015/work
|
139 |
+
pyarrow @ file:///croot/pyarrow_1733934515071/work/python
|
140 |
+
pydantic==2.10.4
|
141 |
+
pydantic_core==2.27.2
|
142 |
+
pydeck @ file:///home/conda/feedstock_root/build_artifacts/pydeck_1667589451974/work
|
143 |
+
Pygments @ file:///home/conda/feedstock_root/build_artifacts/pygments_1733221634316/work
|
144 |
+
pyparsing==3.2.0
|
145 |
+
pypdf==4.3.1
|
146 |
+
PySocks @ file:///home/builder/ci_310/pysocks_1640793678128/work
|
147 |
+
python-dateutil @ file:///home/conda/feedstock_root/build_artifacts/python-dateutil_1733215673016/work
|
148 |
+
pytz @ file:///home/conda/feedstock_root/build_artifacts/pytz_1733215667876/work
|
149 |
+
PyYAML==6.0.2
|
150 |
+
pyzmq @ file:///croot/pyzmq_1734687138743/work
|
151 |
+
rank-bm25==0.2.2
|
152 |
+
RapidFuzz==3.11.0
|
153 |
+
referencing @ file:///home/conda/feedstock_root/build_artifacts/referencing_1733366743674/work
|
154 |
+
regex==2024.11.6
|
155 |
+
requests @ file:///croot/requests_1730999120400/work
|
156 |
+
retrying==1.3.4
|
157 |
+
rich @ file:///home/conda/feedstock_root/build_artifacts/rich_1733342254348/work/dist
|
158 |
+
rouge==1.0.1
|
159 |
+
rouge-chinese==1.0.3
|
160 |
+
rouge_score==0.1.2
|
161 |
+
rpds-py @ file:///croot/rpds-py_1732227637405/work
|
162 |
+
sacrebleu==2.4.3
|
163 |
+
safetensors==0.4.5
|
164 |
+
scikit-learn==1.5.0
|
165 |
+
scipy==1.14.1
|
166 |
+
sentence-transformers==2.7.0
|
167 |
+
sentencepiece==0.2.0
|
168 |
+
shellingham==1.5.4
|
169 |
+
six @ file:///home/conda/feedstock_root/build_artifacts/six_1733380938961/work
|
170 |
+
smmap @ file:///home/conda/feedstock_root/build_artifacts/smmap_1634310307496/work
|
171 |
+
sniffio==1.3.1
|
172 |
+
soupsieve==2.6
|
173 |
+
SQLAlchemy==2.0.36
|
174 |
+
stack_data @ file:///home/conda/feedstock_root/build_artifacts/stack_data_1733569443808/work
|
175 |
+
streamlit==1.36.0
|
176 |
+
striprtf==0.0.26
|
177 |
+
sympy==1.13.1
|
178 |
+
tabulate==0.9.0
|
179 |
+
tenacity==8.5.0
|
180 |
+
termcolor==2.5.0
|
181 |
+
text-generation==0.7.0
|
182 |
+
threadpoolctl==3.5.0
|
183 |
+
tiktoken==0.8.0
|
184 |
+
timeout-decorator==0.5.0
|
185 |
+
tokenizers==0.19.1
|
186 |
+
toml @ file:///home/conda/feedstock_root/build_artifacts/toml_1734091811753/work
|
187 |
+
tomli==2.2.1
|
188 |
+
toolz @ file:///home/conda/feedstock_root/build_artifacts/toolz_1733736030883/work
|
189 |
+
torch==2.1.2
|
190 |
+
torchaudio==2.0.2
|
191 |
+
torchvision==0.15.2
|
192 |
+
tornado @ file:///home/conda/feedstock_root/build_artifacts/tornado_1648827254365/work
|
193 |
+
tqdm==4.67.1
|
194 |
+
traitlets @ file:///home/conda/feedstock_root/build_artifacts/traitlets_1733367359838/work
|
195 |
+
transformers==4.41.1
|
196 |
+
triton==2.1.0
|
197 |
+
typing-inspect==0.9.0
|
198 |
+
typing_extensions @ file:///croot/typing_extensions_1734714854207/work
|
199 |
+
tzdata @ file:///home/conda/feedstock_root/build_artifacts/python-tzdata_1733235305708/work
|
200 |
+
tzlocal @ file:///home/conda/feedstock_root/build_artifacts/tzlocal_1724952035951/work
|
201 |
+
urllib3 @ file:///croot/urllib3_1727769808118/work
|
202 |
+
watchdog==4.0.2
|
203 |
+
wcwidth @ file:///home/conda/feedstock_root/build_artifacts/wcwidth_1733231326287/work
|
204 |
+
widgetsnbextension @ file:///home/conda/feedstock_root/build_artifacts/widgetsnbextension_1733128559935/work
|
205 |
+
wrapt==1.17.0
|
206 |
+
xxhash==3.5.0
|
207 |
+
yapf==0.43.0
|
208 |
+
yarl==1.18.3
|
209 |
+
zipp @ file:///home/conda/feedstock_root/build_artifacts/zipp_1732827521216/work
|