Spaces:
Sleeping
Sleeping
Deploying app
Browse files- requirements.txt +10 -34
requirements.txt
CHANGED
@@ -57,17 +57,12 @@ langchain-core==0.3.1
|
|
57 |
langchain-text-splitters==0.3.0
|
58 |
langsmith==0.1.131
|
59 |
Lazify==0.4.0
|
60 |
-
MarkupSafe==2.1.5
|
61 |
marshmallow==3.22.0
|
62 |
-
matplotlib-inline==0.1.7
|
63 |
-
mpmath==1.3.0
|
64 |
-
msgpack==1.1.0
|
65 |
multidict==6.1.0
|
66 |
mypy-extensions==1.0.0
|
67 |
nest-asyncio==1.6.0
|
68 |
-
networkx==3.3
|
69 |
numpy==1.26.4
|
70 |
-
openai==1.
|
71 |
opentelemetry-api==1.27.0
|
72 |
opentelemetry-exporter-otlp==1.27.0
|
73 |
opentelemetry-exporter-otlp-proto-common==1.27.0
|
@@ -79,59 +74,40 @@ opentelemetry-sdk==1.27.0
|
|
79 |
opentelemetry-semantic-conventions==0.48b0
|
80 |
orjson==3.10.7
|
81 |
packaging==23.2
|
82 |
-
parso==0.8.4
|
83 |
-
pexpect==4.9.0
|
84 |
-
pillow==10.4.0
|
85 |
portalocker==2.10.1
|
86 |
-
|
87 |
-
|
88 |
-
pure_eval==0.2.3
|
89 |
-
pydantic==2.9.0
|
90 |
pydantic-settings==2.5.2
|
91 |
-
pydantic_core==2.23.
|
92 |
-
Pygments==2.18.0
|
93 |
PyJWT==2.9.0
|
|
|
|
|
94 |
python-dotenv==1.0.1
|
95 |
python-engineio==4.9.1
|
96 |
python-graphql-client==0.4.3
|
97 |
python-multipart==0.0.6
|
98 |
python-socketio==5.11.4
|
99 |
PyYAML==6.0.2
|
100 |
-
qdrant-client==1.11.
|
101 |
regex==2024.9.11
|
102 |
requests==2.32.3
|
103 |
-
requests-toolbelt==1.0.0
|
104 |
-
safetensors==0.4.5
|
105 |
-
scikit-learn==1.5.2
|
106 |
-
scipy==1.14.1
|
107 |
-
sentence-transformers==3.1.1
|
108 |
simple-websocket==1.0.0
|
109 |
-
six==1.16.0
|
110 |
sniffio==1.3.1
|
111 |
SQLAlchemy==2.0.35
|
112 |
-
stack-data==0.6.3
|
113 |
starlette==0.27.0
|
114 |
-
sympy==1.13.3
|
115 |
syncer==2.0.3
|
116 |
tenacity==8.5.0
|
117 |
-
|
118 |
-
|
119 |
-
tokenizers==0.20.0
|
120 |
-
tomli==2.0.2
|
121 |
-
torch==2.2.2
|
122 |
tqdm==4.66.5
|
123 |
-
traitlets==5.14.3
|
124 |
-
transformers==4.45.1
|
125 |
typing-inspect==0.9.0
|
126 |
typing_extensions==4.12.2
|
127 |
-
tzdata==2024.2
|
128 |
uptrace==1.26.0
|
129 |
urllib3==2.2.3
|
130 |
uvicorn==0.23.2
|
131 |
watchfiles==0.20.0
|
132 |
-
wcwidth==0.2.13
|
133 |
websockets==13.1
|
134 |
wrapt==1.16.0
|
135 |
wsproto==1.2.0
|
136 |
yarl==1.13.1
|
137 |
-
zipp==3.20.2
|
|
|
57 |
langchain-text-splitters==0.3.0
|
58 |
langsmith==0.1.131
|
59 |
Lazify==0.4.0
|
|
|
60 |
marshmallow==3.22.0
|
|
|
|
|
|
|
61 |
multidict==6.1.0
|
62 |
mypy-extensions==1.0.0
|
63 |
nest-asyncio==1.6.0
|
|
|
64 |
numpy==1.26.4
|
65 |
+
openai==1.51.0
|
66 |
opentelemetry-api==1.27.0
|
67 |
opentelemetry-exporter-otlp==1.27.0
|
68 |
opentelemetry-exporter-otlp-proto-common==1.27.0
|
|
|
74 |
opentelemetry-semantic-conventions==0.48b0
|
75 |
orjson==3.10.7
|
76 |
packaging==23.2
|
|
|
|
|
|
|
77 |
portalocker==2.10.1
|
78 |
+
protobuf==4.25.5
|
79 |
+
pydantic==2.9.2
|
|
|
|
|
80 |
pydantic-settings==2.5.2
|
81 |
+
pydantic_core==2.23.4
|
|
|
82 |
PyJWT==2.9.0
|
83 |
+
PyMuPDF==1.24.10
|
84 |
+
PyMuPDFb==1.24.10
|
85 |
python-dotenv==1.0.1
|
86 |
python-engineio==4.9.1
|
87 |
python-graphql-client==0.4.3
|
88 |
python-multipart==0.0.6
|
89 |
python-socketio==5.11.4
|
90 |
PyYAML==6.0.2
|
91 |
+
qdrant-client==1.11.2
|
92 |
regex==2024.9.11
|
93 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
94 |
simple-websocket==1.0.0
|
|
|
95 |
sniffio==1.3.1
|
96 |
SQLAlchemy==2.0.35
|
|
|
97 |
starlette==0.27.0
|
|
|
98 |
syncer==2.0.3
|
99 |
tenacity==8.5.0
|
100 |
+
tiktoken==0.7.0
|
101 |
+
tomli==2.0.1
|
|
|
|
|
|
|
102 |
tqdm==4.66.5
|
|
|
|
|
103 |
typing-inspect==0.9.0
|
104 |
typing_extensions==4.12.2
|
|
|
105 |
uptrace==1.26.0
|
106 |
urllib3==2.2.3
|
107 |
uvicorn==0.23.2
|
108 |
watchfiles==0.20.0
|
|
|
109 |
websockets==13.1
|
110 |
wrapt==1.16.0
|
111 |
wsproto==1.2.0
|
112 |
yarl==1.13.1
|
113 |
+
zipp==3.20.2
|