Spaces:
Sleeping
Sleeping
Commit
·
d8c404c
1
Parent(s):
719cb62
updated requirements
Browse files- requirements.txt +10 -90
requirements.txt
CHANGED
@@ -1,90 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
chainlit
|
11 |
-
charset-normalizer==3.3.2
|
12 |
-
chevron==0.14.0
|
13 |
-
click==8.1.7
|
14 |
-
dataclasses-json==0.5.14
|
15 |
-
Deprecated==1.2.14
|
16 |
-
distro==1.9.0
|
17 |
-
faiss-cpu==1.8.0
|
18 |
-
fastapi==0.108.0
|
19 |
-
fastapi-socketio==0.0.10
|
20 |
-
filetype==1.2.0
|
21 |
-
frozenlist==1.4.1
|
22 |
-
googleapis-common-protos==1.63.0
|
23 |
-
greenlet==3.0.3
|
24 |
-
grpcio==1.62.1
|
25 |
-
h11==0.14.0
|
26 |
-
httpcore==1.0.4
|
27 |
-
httpx==0.27.0
|
28 |
-
idna==3.6
|
29 |
-
importlib-metadata==6.11.0
|
30 |
-
jsonpatch==1.33
|
31 |
-
jsonpointer==2.4
|
32 |
-
langchain==0.1.12
|
33 |
-
langchain-community==0.0.28
|
34 |
-
langchain-core==0.1.31
|
35 |
-
langchain-openai==0.0.8
|
36 |
-
langchain-text-splitters==0.0.1
|
37 |
-
langsmith==0.1.24
|
38 |
-
Lazify==0.4.0
|
39 |
-
literalai==0.0.300
|
40 |
-
marshmallow==3.21.1
|
41 |
-
multidict==6.0.5
|
42 |
-
mypy-extensions==1.0.0
|
43 |
-
nest-asyncio==1.6.0
|
44 |
-
numpy==1.26.4
|
45 |
-
openai==1.13.3
|
46 |
-
opentelemetry-api==1.23.0
|
47 |
-
opentelemetry-exporter-otlp==1.23.0
|
48 |
-
opentelemetry-exporter-otlp-proto-common==1.23.0
|
49 |
-
opentelemetry-exporter-otlp-proto-grpc==1.23.0
|
50 |
-
opentelemetry-exporter-otlp-proto-http==1.23.0
|
51 |
-
opentelemetry-instrumentation==0.44b0
|
52 |
-
opentelemetry-proto==1.23.0
|
53 |
-
opentelemetry-sdk==1.23.0
|
54 |
-
opentelemetry-semantic-conventions==0.44b0
|
55 |
-
orjson==3.9.15
|
56 |
-
packaging==23.2
|
57 |
-
protobuf==4.25.3
|
58 |
-
pydantic==2.6.4
|
59 |
-
pydantic_core==2.16.3
|
60 |
-
PyJWT==2.8.0
|
61 |
-
PyMuPDF==1.23.26
|
62 |
-
PyMuPDFb==1.23.22
|
63 |
-
python-dotenv==1.0.1
|
64 |
-
python-engineio==4.9.0
|
65 |
-
python-graphql-client==0.4.3
|
66 |
-
python-multipart==0.0.9
|
67 |
-
python-socketio==5.11.1
|
68 |
-
PyYAML==6.0.1
|
69 |
-
regex==2023.12.25
|
70 |
-
requests==2.31.0
|
71 |
-
simple-websocket==1.0.0
|
72 |
-
sniffio==1.3.1
|
73 |
-
SQLAlchemy==2.0.28
|
74 |
-
starlette==0.32.0.post1
|
75 |
-
syncer==2.0.3
|
76 |
-
tenacity==8.2.3
|
77 |
-
tiktoken==0.6.0
|
78 |
-
tomli==2.0.1
|
79 |
-
tqdm==4.66.2
|
80 |
-
typing-inspect==0.9.0
|
81 |
-
typing_extensions==4.10.0
|
82 |
-
uptrace==1.22.0
|
83 |
-
urllib3==2.2.1
|
84 |
-
uvicorn==0.25.0
|
85 |
-
watchfiles==0.20.0
|
86 |
-
websockets==12.0
|
87 |
-
wrapt==1.16.0
|
88 |
-
wsproto==1.2.0
|
89 |
-
yarl==1.9.4
|
90 |
-
zipp==3.18.0
|
|
|
1 |
+
openai
|
2 |
+
langchain
|
3 |
+
langchain-openai
|
4 |
+
langchain_core
|
5 |
+
langchain-community
|
6 |
+
langchainhub
|
7 |
+
faiss_cpu
|
8 |
+
pymupdf
|
9 |
+
pandas
|
10 |
+
chainlit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|