Spaces:
Sleeping
Sleeping
jet-taekyo
commited on
Commit
•
45fec1b
1
Parent(s):
d33f513
update requirements.txt
Browse files- requirements.txt +89 -4
requirements.txt
CHANGED
@@ -1,10 +1,95 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
chainlit==0.7.700
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
langchain==0.2.14
|
5 |
-
langchain-core==0.2.34
|
6 |
langchain-community==0.2.12
|
|
|
7 |
langchain-openai==0.1.22
|
8 |
langchain-qdrant==0.1.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
qdrant-client==1.11.0
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
aiohappyeyeballs==2.4.0
|
3 |
+
aiohttp==3.10.5
|
4 |
+
aiosignal==1.3.1
|
5 |
+
annotated-types==0.7.0
|
6 |
+
anyio==3.7.1
|
7 |
+
asyncer==0.0.2
|
8 |
+
attrs==24.2.0
|
9 |
+
bidict==0.23.1
|
10 |
+
certifi==2024.7.4
|
11 |
chainlit==0.7.700
|
12 |
+
charset-normalizer==3.3.2
|
13 |
+
click==8.1.7
|
14 |
+
dataclasses-json==0.5.14
|
15 |
+
Deprecated==1.2.14
|
16 |
+
distro==1.9.0
|
17 |
+
fastapi==0.100.1
|
18 |
+
fastapi-socketio==0.0.10
|
19 |
+
filetype==1.2.0
|
20 |
+
frozenlist==1.4.1
|
21 |
+
googleapis-common-protos==1.63.2
|
22 |
+
greenlet==3.0.3
|
23 |
+
grpcio==1.66.0
|
24 |
+
grpcio-tools==1.62.3
|
25 |
+
h11==0.14.0
|
26 |
+
h2==4.1.0
|
27 |
+
hpack==4.0.0
|
28 |
+
httpcore==0.17.3
|
29 |
+
httpx==0.24.1
|
30 |
+
hyperframe==6.0.1
|
31 |
+
idna==3.8
|
32 |
+
importlib_metadata==8.0.0
|
33 |
+
jiter==0.5.0
|
34 |
+
jsonpatch==1.33
|
35 |
+
jsonpointer==3.0.0
|
36 |
langchain==0.2.14
|
|
|
37 |
langchain-community==0.2.12
|
38 |
+
langchain-core==0.2.34
|
39 |
langchain-openai==0.1.22
|
40 |
langchain-qdrant==0.1.3
|
41 |
+
langchain-text-splitters==0.2.2
|
42 |
+
langsmith==0.1.104
|
43 |
+
Lazify==0.4.0
|
44 |
+
marshmallow==3.22.0
|
45 |
+
multidict==6.0.5
|
46 |
+
mypy-extensions==1.0.0
|
47 |
+
nest-asyncio==1.6.0
|
48 |
+
numpy==1.26.4
|
49 |
+
openai==1.42.0
|
50 |
+
opentelemetry-api==1.26.0
|
51 |
+
opentelemetry-exporter-otlp==1.26.0
|
52 |
+
opentelemetry-exporter-otlp-proto-common==1.26.0
|
53 |
+
opentelemetry-exporter-otlp-proto-grpc==1.26.0
|
54 |
+
opentelemetry-exporter-otlp-proto-http==1.26.0
|
55 |
+
opentelemetry-instrumentation==0.47b0
|
56 |
+
opentelemetry-proto==1.26.0
|
57 |
+
opentelemetry-sdk==1.26.0
|
58 |
+
opentelemetry-semantic-conventions==0.47b0
|
59 |
+
orjson==3.10.7
|
60 |
+
packaging==23.2
|
61 |
+
portalocker==2.10.1
|
62 |
+
protobuf==4.25.4
|
63 |
+
pydantic==2.8.2
|
64 |
+
pydantic_core==2.20.1
|
65 |
+
PyJWT==2.9.0
|
66 |
+
pypdf==4.3.1
|
67 |
+
python-dotenv==1.0.1
|
68 |
+
python-engineio==4.9.1
|
69 |
+
python-graphql-client==0.4.3
|
70 |
+
python-multipart==0.0.6
|
71 |
+
python-socketio==5.11.3
|
72 |
+
PyYAML==6.0.2
|
73 |
qdrant-client==1.11.0
|
74 |
+
regex==2024.7.24
|
75 |
+
requests==2.32.3
|
76 |
+
simple-websocket==1.0.0
|
77 |
+
sniffio==1.3.1
|
78 |
+
SQLAlchemy==2.0.32
|
79 |
+
starlette==0.27.0
|
80 |
+
syncer==2.0.3
|
81 |
+
tenacity==8.5.0
|
82 |
+
tiktoken==0.7.0
|
83 |
+
tomli==2.0.1
|
84 |
+
tqdm==4.66.5
|
85 |
+
typing-inspect==0.9.0
|
86 |
+
typing_extensions==4.12.2
|
87 |
+
uptrace==1.26.0
|
88 |
+
urllib3==2.2.2
|
89 |
+
uvicorn==0.23.2
|
90 |
+
watchfiles==0.20.0
|
91 |
+
websockets==13.0
|
92 |
+
wrapt==1.16.0
|
93 |
+
wsproto==1.2.0
|
94 |
+
yarl==1.9.4
|
95 |
+
zipp==3.20.0
|