Spaces:
Sleeping
Sleeping
Commit
·
2a30047
1
Parent(s):
32514fb
updated
Browse files- Dockerfile +1 -1
- requirements.txt +8 -106
Dockerfile
CHANGED
@@ -29,4 +29,4 @@ EXPOSE 7860
|
|
29 |
USER user
|
30 |
|
31 |
# Command to run the application
|
32 |
-
CMD ["chainlit", "run", "scripts/
|
|
|
29 |
USER user
|
30 |
|
31 |
# Command to run the application
|
32 |
+
CMD ["chainlit", "run", "scripts/demo.py", "--port", "7860", "--host", "0.0.0.0", "-h"]
|
requirements.txt
CHANGED
@@ -1,95 +1,37 @@
|
|
1 |
aiofiles==23.2.1
|
2 |
-
aiohappyeyeballs==2.4.3
|
3 |
-
aiohttp==3.10.10
|
4 |
-
aiosignal==1.3.1
|
5 |
annotated-types==0.7.0
|
6 |
anyio==3.7.1
|
7 |
-
|
8 |
-
async-timeout==4.0.3
|
9 |
-
asyncer==0.0.2
|
10 |
-
attrs==24.2.0
|
11 |
-
babel==2.16.0
|
12 |
backoff==2.2.1
|
13 |
-
beautifulsoup4==4.12.3
|
14 |
bidict==0.23.1
|
15 |
-
bs4==0.0.1
|
16 |
-
cachetools==5.5.0
|
17 |
-
cerebras_cloud_sdk==1.8.0
|
18 |
certifi==2024.8.30
|
19 |
-
|
20 |
-
chainlit==1.1.202
|
21 |
charset-normalizer==3.4.0
|
22 |
chevron==0.14.0
|
23 |
click==8.1.7
|
24 |
cloudpickle==3.0.0
|
25 |
-
|
26 |
-
coloredlogs==15.0.1
|
27 |
-
colorlog==6.9.0
|
28 |
-
courlan==1.3.2
|
29 |
-
cryptography==43.0.3
|
30 |
-
dataclasses-json==0.5.14
|
31 |
-
dateparser==1.2.0
|
32 |
Deprecated==1.2.14
|
33 |
-
distro==1.9.0
|
34 |
-
docstring-parser==0.15
|
35 |
-
duckduckgo_search==6.3.3
|
36 |
-
Faker==18.13.0
|
37 |
-
fakeredis==2.26.1
|
38 |
fastapi==0.110.3
|
39 |
fastapi-socketio==0.0.10
|
|
|
40 |
filetype==1.2.0
|
41 |
-
|
42 |
-
flatbuffers==24.3.25
|
43 |
-
frozenlist==1.5.0
|
44 |
-
gitdb==4.0.11
|
45 |
-
GitPython==3.1.43
|
46 |
-
google-ai-generativelanguage==0.6.4
|
47 |
-
google-api-core==2.22.0
|
48 |
-
google-api-python-client==2.149.0
|
49 |
-
google-auth==2.35.0
|
50 |
-
google-auth-httplib2==0.2.0
|
51 |
-
google-generativeai==0.5.4
|
52 |
googleapis-common-protos==1.65.0
|
53 |
-
groq==0.5.0
|
54 |
grpcio==1.67.1
|
55 |
-
grpcio-status==1.62.3
|
56 |
-
grpcio-tools==1.62.3
|
57 |
h11==0.14.0
|
58 |
-
h2==4.1.0
|
59 |
-
halo==0.0.31
|
60 |
-
hpack==4.0.0
|
61 |
-
htmldate==1.8.1
|
62 |
httpcore==1.0.6
|
63 |
-
httplib2==0.22.0
|
64 |
httpx==0.27.2
|
65 |
-
|
66 |
-
hyperframe==6.0.1
|
67 |
idna==3.10
|
68 |
importlib_metadata==8.4.0
|
69 |
-
Jinja2==3.1.4
|
70 |
-
jiter==0.6.1
|
71 |
-
joblib==1.4.2
|
72 |
-
json_repair==0.29.10
|
73 |
-
jusText==3.0.1
|
74 |
-
langroid==0.19.5
|
75 |
Lazify==0.4.0
|
76 |
-
literalai==0.0.
|
77 |
-
log-symbols==0.0.14
|
78 |
-
lxml==4.9.4
|
79 |
-
markdown-it-py==3.0.0
|
80 |
-
MarkupSafe==3.0.2
|
81 |
marshmallow==3.23.0
|
82 |
-
mdurl==0.1.2
|
83 |
monotonic==1.6
|
84 |
-
mpmath==1.3.0
|
85 |
-
multidict==6.1.0
|
86 |
mypy-extensions==1.0.0
|
87 |
nest-asyncio==1.6.0
|
88 |
-
|
89 |
-
numpy==2.1.2
|
90 |
-
oauthlib==3.2.2
|
91 |
-
onnxruntime==1.19.2
|
92 |
-
openai==1.53.0
|
93 |
opentelemetry-api==1.27.0
|
94 |
opentelemetry-exporter-otlp==1.27.0
|
95 |
opentelemetry-exporter-otlp-proto-common==1.27.0
|
@@ -100,73 +42,33 @@ opentelemetry-proto==1.27.0
|
|
100 |
opentelemetry-sdk==1.27.0
|
101 |
opentelemetry-semantic-conventions==0.48b0
|
102 |
packaging==23.2
|
103 |
-
pandas==2.2.3
|
104 |
ploomber-cloud==0.3.0
|
105 |
ploomber-core==0.2.25
|
106 |
-
portalocker==2.10.1
|
107 |
posthog==3.7.0
|
108 |
-
prettytable==3.12.0
|
109 |
-
primp==0.6.5
|
110 |
-
propcache==0.2.0
|
111 |
-
proto-plus==1.25.0
|
112 |
protobuf==4.25.5
|
113 |
-
pyasn1==0.6.1
|
114 |
-
pyasn1_modules==0.4.1
|
115 |
-
pycparser==2.22
|
116 |
pydantic==2.9.2
|
117 |
pydantic_core==2.23.4
|
118 |
-
PyGithub==1.59.1
|
119 |
-
Pygments==2.18.0
|
120 |
PyJWT==2.9.0
|
121 |
-
PyNaCl==1.5.0
|
122 |
-
pyparsing==3.2.0
|
123 |
python-dateutil==2.9.0.post0
|
124 |
python-dotenv==1.0.1
|
125 |
python-engineio==4.10.1
|
126 |
-
python-magic==0.4.27
|
127 |
python-multipart==0.0.9
|
128 |
python-socketio==5.11.4
|
129 |
-
pytz==2024.2
|
130 |
PyYAML==6.0.2
|
131 |
-
qdrant-client==1.12.1
|
132 |
-
rank-bm25==0.2.2
|
133 |
-
RapidFuzz==3.10.1
|
134 |
-
redis==5.2.0
|
135 |
-
regex==2024.9.11
|
136 |
requests==2.32.3
|
137 |
-
requests-oauthlib==1.3.1
|
138 |
-
rich==13.9.3
|
139 |
-
rsa==4.9
|
140 |
simple-websocket==1.1.0
|
141 |
six==1.16.0
|
142 |
-
smmap==5.0.1
|
143 |
sniffio==1.3.1
|
144 |
-
sortedcontainers==2.4.0
|
145 |
-
soupsieve==2.6
|
146 |
-
spinners==0.0.24
|
147 |
starlette==0.37.2
|
148 |
-
sympy==1.13.3
|
149 |
syncer==2.0.3
|
150 |
-
termcolor==2.5.0
|
151 |
-
thefuzz==0.20.0
|
152 |
-
tiktoken==0.7.0
|
153 |
-
tld==0.13
|
154 |
tomli==2.0.2
|
155 |
tqdm==4.66.6
|
156 |
-
trafilatura==1.9.0
|
157 |
-
typer==0.9.4
|
158 |
typing-inspect==0.9.0
|
159 |
typing_extensions==4.12.2
|
160 |
-
tzdata==2024.2
|
161 |
-
tzlocal==5.2
|
162 |
uptrace==1.27.0
|
163 |
-
uritemplate==4.1.1
|
164 |
urllib3==2.2.3
|
165 |
uvicorn==0.25.0
|
166 |
watchfiles==0.20.0
|
167 |
-
wcwidth==0.2.13
|
168 |
-
wget==3.2
|
169 |
wrapt==1.16.0
|
170 |
wsproto==1.2.0
|
171 |
-
yarl==1.17.0
|
172 |
zipp==3.20.2
|
|
|
1 |
aiofiles==23.2.1
|
|
|
|
|
|
|
2 |
annotated-types==0.7.0
|
3 |
anyio==3.7.1
|
4 |
+
asyncer==0.0.7
|
|
|
|
|
|
|
|
|
5 |
backoff==2.2.1
|
|
|
6 |
bidict==0.23.1
|
|
|
|
|
|
|
7 |
certifi==2024.8.30
|
8 |
+
chainlit==1.3.1
|
|
|
9 |
charset-normalizer==3.4.0
|
10 |
chevron==0.14.0
|
11 |
click==8.1.7
|
12 |
cloudpickle==3.0.0
|
13 |
+
dataclasses-json==0.6.7
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
Deprecated==1.2.14
|
|
|
|
|
|
|
|
|
|
|
15 |
fastapi==0.110.3
|
16 |
fastapi-socketio==0.0.10
|
17 |
+
filelock==3.16.1
|
18 |
filetype==1.2.0
|
19 |
+
fsspec==2024.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
googleapis-common-protos==1.65.0
|
|
|
21 |
grpcio==1.67.1
|
|
|
|
|
22 |
h11==0.14.0
|
|
|
|
|
|
|
|
|
23 |
httpcore==1.0.6
|
|
|
24 |
httpx==0.27.2
|
25 |
+
huggingface-hub==0.26.2
|
|
|
26 |
idna==3.10
|
27 |
importlib_metadata==8.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
Lazify==0.4.0
|
29 |
+
literalai==0.0.623
|
|
|
|
|
|
|
|
|
30 |
marshmallow==3.23.0
|
|
|
31 |
monotonic==1.6
|
|
|
|
|
32 |
mypy-extensions==1.0.0
|
33 |
nest-asyncio==1.6.0
|
34 |
+
numpy==1.26.4
|
|
|
|
|
|
|
|
|
35 |
opentelemetry-api==1.27.0
|
36 |
opentelemetry-exporter-otlp==1.27.0
|
37 |
opentelemetry-exporter-otlp-proto-common==1.27.0
|
|
|
42 |
opentelemetry-sdk==1.27.0
|
43 |
opentelemetry-semantic-conventions==0.48b0
|
44 |
packaging==23.2
|
|
|
45 |
ploomber-cloud==0.3.0
|
46 |
ploomber-core==0.2.25
|
|
|
47 |
posthog==3.7.0
|
|
|
|
|
|
|
|
|
48 |
protobuf==4.25.5
|
|
|
|
|
|
|
49 |
pydantic==2.9.2
|
50 |
pydantic_core==2.23.4
|
|
|
|
|
51 |
PyJWT==2.9.0
|
|
|
|
|
52 |
python-dateutil==2.9.0.post0
|
53 |
python-dotenv==1.0.1
|
54 |
python-engineio==4.10.1
|
|
|
55 |
python-multipart==0.0.9
|
56 |
python-socketio==5.11.4
|
|
|
57 |
PyYAML==6.0.2
|
|
|
|
|
|
|
|
|
|
|
58 |
requests==2.32.3
|
|
|
|
|
|
|
59 |
simple-websocket==1.1.0
|
60 |
six==1.16.0
|
|
|
61 |
sniffio==1.3.1
|
|
|
|
|
|
|
62 |
starlette==0.37.2
|
|
|
63 |
syncer==2.0.3
|
|
|
|
|
|
|
|
|
64 |
tomli==2.0.2
|
65 |
tqdm==4.66.6
|
|
|
|
|
66 |
typing-inspect==0.9.0
|
67 |
typing_extensions==4.12.2
|
|
|
|
|
68 |
uptrace==1.27.0
|
|
|
69 |
urllib3==2.2.3
|
70 |
uvicorn==0.25.0
|
71 |
watchfiles==0.20.0
|
|
|
|
|
72 |
wrapt==1.16.0
|
73 |
wsproto==1.2.0
|
|
|
74 |
zipp==3.20.2
|