Spaces:
Sleeping
Sleeping
Dhritiman Sagar
commited on
Commit
·
970d811
1
Parent(s):
c806a2d
Pin everything
Browse files- requirements.txt +108 -7
requirements.txt
CHANGED
@@ -1,9 +1,45 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
chainlit==0.7.700
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
langchain==0.2.16
|
8 |
langchain-community==0.2.16
|
9 |
langchain-core==0.2.38
|
@@ -11,6 +47,71 @@ langchain-huggingface==0.0.3
|
|
11 |
langchain-openai==0.1.23
|
12 |
langchain-qdrant==0.1.4
|
13 |
langchain-text-splitters==0.2.4
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
python-dotenv==1.0.1
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
async-timeout==4.0.3
|
8 |
+
asyncer==0.0.2
|
9 |
+
attrs==24.2.0
|
10 |
+
bidict==0.23.1
|
11 |
+
certifi==2024.8.30
|
12 |
chainlit==0.7.700
|
13 |
+
charset-normalizer==3.3.2
|
14 |
+
click==8.1.7
|
15 |
+
dataclasses-json==0.5.14
|
16 |
+
Deprecated==1.2.14
|
17 |
+
distlib==0.3.8
|
18 |
+
distro==1.9.0
|
19 |
+
exceptiongroup==1.2.2
|
20 |
+
fastapi==0.100.1
|
21 |
+
fastapi-socketio==0.0.10
|
22 |
+
filelock==3.15.4
|
23 |
+
filetype==1.2.0
|
24 |
+
frozenlist==1.4.1
|
25 |
+
fsspec==2024.9.0
|
26 |
+
googleapis-common-protos==1.65.0
|
27 |
+
grpcio==1.66.1
|
28 |
+
grpcio-tools==1.62.3
|
29 |
+
h11==0.14.0
|
30 |
+
h2==4.1.0
|
31 |
+
hpack==4.0.0
|
32 |
+
httpcore==0.17.3
|
33 |
+
httpx==0.24.1
|
34 |
+
huggingface-hub==0.25.0
|
35 |
+
hyperframe==6.0.1
|
36 |
+
idna==3.10
|
37 |
+
importlib_metadata==8.4.0
|
38 |
+
Jinja2==3.1.4
|
39 |
+
jiter==0.5.0
|
40 |
+
joblib==1.4.2
|
41 |
+
jsonpatch==1.33
|
42 |
+
jsonpointer==3.0.0
|
43 |
langchain==0.2.16
|
44 |
langchain-community==0.2.16
|
45 |
langchain-core==0.2.38
|
|
|
47 |
langchain-openai==0.1.23
|
48 |
langchain-qdrant==0.1.4
|
49 |
langchain-text-splitters==0.2.4
|
50 |
+
langsmith==0.1.125
|
51 |
+
Lazify==0.4.0
|
52 |
+
MarkupSafe==2.1.5
|
53 |
+
marshmallow==3.22.0
|
54 |
+
mpmath==1.3.0
|
55 |
+
multidict==6.1.0
|
56 |
+
mypy-extensions==1.0.0
|
57 |
+
nest-asyncio==1.6.0
|
58 |
+
networkx==3.3
|
59 |
+
numpy==1.26.4
|
60 |
+
openai==1.44.0
|
61 |
+
opentelemetry-api==1.27.0
|
62 |
+
opentelemetry-exporter-otlp==1.27.0
|
63 |
+
opentelemetry-exporter-otlp-proto-common==1.27.0
|
64 |
+
opentelemetry-exporter-otlp-proto-grpc==1.27.0
|
65 |
+
opentelemetry-exporter-otlp-proto-http==1.27.0
|
66 |
+
opentelemetry-instrumentation==0.48b0
|
67 |
+
opentelemetry-proto==1.27.0
|
68 |
+
opentelemetry-sdk==1.27.0
|
69 |
+
opentelemetry-semantic-conventions==0.48b0
|
70 |
+
orjson==3.10.7
|
71 |
+
packaging==23.2
|
72 |
+
pillow==10.4.0
|
73 |
+
platformdirs==4.2.2
|
74 |
+
portalocker==2.10.1
|
75 |
+
protobuf==4.25.5
|
76 |
+
pydantic==2.9.2
|
77 |
+
pydantic_core==2.23.4
|
78 |
+
PyJWT==2.9.0
|
79 |
python-dotenv==1.0.1
|
80 |
+
python-engineio==4.9.1
|
81 |
+
python-graphql-client==0.4.3
|
82 |
+
python-multipart==0.0.6
|
83 |
+
python-socketio==5.11.4
|
84 |
+
PyYAML==6.0.2
|
85 |
+
qdrant-client==1.11.2
|
86 |
+
regex==2024.9.11
|
87 |
+
requests==2.32.3
|
88 |
+
safetensors==0.4.5
|
89 |
+
scikit-learn==1.5.2
|
90 |
+
scipy==1.14.1
|
91 |
+
sentence-transformers==3.1.1
|
92 |
+
simple-websocket==1.0.0
|
93 |
+
sniffio==1.3.1
|
94 |
+
SQLAlchemy==2.0.35
|
95 |
+
starlette==0.27.0
|
96 |
+
sympy==1.13.3
|
97 |
+
syncer==2.0.3
|
98 |
+
tenacity==8.5.0
|
99 |
+
threadpoolctl==3.5.0
|
100 |
+
tiktoken==0.7.0
|
101 |
+
tokenizers==0.19.1
|
102 |
+
tomli==2.0.1
|
103 |
+
torch==2.4.1
|
104 |
+
tqdm==4.66.5
|
105 |
+
transformers==4.44.2
|
106 |
+
typing-inspect==0.9.0
|
107 |
+
typing_extensions==4.12.2
|
108 |
+
uptrace==1.26.0
|
109 |
+
urllib3==2.2.3
|
110 |
+
uvicorn==0.23.2
|
111 |
+
virtualenv==20.26.3
|
112 |
+
watchfiles==0.20.0
|
113 |
+
websockets==13.1
|
114 |
+
wrapt==1.16.0
|
115 |
+
wsproto==1.2.0
|
116 |
+
yarl==1.11.1
|
117 |
+
zipp==3.20.2
|