Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +33 -1
requirements.txt
CHANGED
|
@@ -13,14 +13,16 @@ chainlit==0.7.700
|
|
| 13 |
charset-normalizer==3.3.2
|
| 14 |
click==8.1.7
|
| 15 |
dataclasses-json==0.5.14
|
| 16 |
-
langchain_huggingface==0.0.3
|
| 17 |
Deprecated==1.2.14
|
| 18 |
distro==1.9.0
|
| 19 |
exceptiongroup==1.2.2
|
|
|
|
| 20 |
fastapi==0.100.1
|
| 21 |
fastapi-socketio==0.0.10
|
|
|
|
| 22 |
filetype==1.2.0
|
| 23 |
frozenlist==1.4.1
|
|
|
|
| 24 |
googleapis-common-protos==1.65.0
|
| 25 |
greenlet==3.1.1
|
| 26 |
grpcio==1.66.2
|
|
@@ -30,25 +32,44 @@ h2==4.1.0
|
|
| 30 |
hpack==4.0.0
|
| 31 |
httpcore==0.17.3
|
| 32 |
httpx==0.24.1
|
|
|
|
| 33 |
hyperframe==6.0.1
|
| 34 |
idna==3.10
|
| 35 |
importlib_metadata==8.4.0
|
|
|
|
| 36 |
jiter==0.5.0
|
|
|
|
| 37 |
jsonpatch==1.33
|
| 38 |
jsonpointer==3.0.0
|
| 39 |
langchain==0.3.0
|
| 40 |
langchain-community==0.3.0
|
| 41 |
langchain-core==0.3.1
|
|
|
|
| 42 |
langchain-openai==0.2.0
|
| 43 |
langchain-qdrant==0.1.4
|
| 44 |
langchain-text-splitters==0.3.0
|
| 45 |
langsmith==0.1.121
|
| 46 |
Lazify==0.4.0
|
|
|
|
| 47 |
marshmallow==3.22.0
|
|
|
|
| 48 |
multidict==6.1.0
|
| 49 |
mypy-extensions==1.0.0
|
| 50 |
nest-asyncio==1.6.0
|
|
|
|
| 51 |
numpy==1.26.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
openai==1.51.0
|
| 53 |
opentelemetry-api==1.27.0
|
| 54 |
opentelemetry-exporter-otlp==1.27.0
|
|
@@ -61,6 +82,7 @@ opentelemetry-sdk==1.27.0
|
|
| 61 |
opentelemetry-semantic-conventions==0.48b0
|
| 62 |
orjson==3.10.7
|
| 63 |
packaging==23.2
|
|
|
|
| 64 |
portalocker==2.10.1
|
| 65 |
protobuf==4.25.5
|
| 66 |
pydantic==2.9.2
|
|
@@ -78,15 +100,25 @@ PyYAML==6.0.2
|
|
| 78 |
qdrant-client==1.11.2
|
| 79 |
regex==2024.9.11
|
| 80 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
simple-websocket==1.0.0
|
| 82 |
sniffio==1.3.1
|
| 83 |
SQLAlchemy==2.0.35
|
| 84 |
starlette==0.27.0
|
|
|
|
| 85 |
syncer==2.0.3
|
| 86 |
tenacity==8.5.0
|
|
|
|
| 87 |
tiktoken==0.7.0
|
|
|
|
| 88 |
tomli==2.0.1
|
|
|
|
| 89 |
tqdm==4.66.5
|
|
|
|
|
|
|
| 90 |
typing-inspect==0.9.0
|
| 91 |
typing_extensions==4.12.2
|
| 92 |
uptrace==1.26.0
|
|
|
|
| 13 |
charset-normalizer==3.3.2
|
| 14 |
click==8.1.7
|
| 15 |
dataclasses-json==0.5.14
|
|
|
|
| 16 |
Deprecated==1.2.14
|
| 17 |
distro==1.9.0
|
| 18 |
exceptiongroup==1.2.2
|
| 19 |
+
faiss-cpu==1.8.0.post1
|
| 20 |
fastapi==0.100.1
|
| 21 |
fastapi-socketio==0.0.10
|
| 22 |
+
filelock==3.16.1
|
| 23 |
filetype==1.2.0
|
| 24 |
frozenlist==1.4.1
|
| 25 |
+
fsspec==2024.9.0
|
| 26 |
googleapis-common-protos==1.65.0
|
| 27 |
greenlet==3.1.1
|
| 28 |
grpcio==1.66.2
|
|
|
|
| 32 |
hpack==4.0.0
|
| 33 |
httpcore==0.17.3
|
| 34 |
httpx==0.24.1
|
| 35 |
+
huggingface-hub==0.25.1
|
| 36 |
hyperframe==6.0.1
|
| 37 |
idna==3.10
|
| 38 |
importlib_metadata==8.4.0
|
| 39 |
+
Jinja2==3.1.4
|
| 40 |
jiter==0.5.0
|
| 41 |
+
joblib==1.4.2
|
| 42 |
jsonpatch==1.33
|
| 43 |
jsonpointer==3.0.0
|
| 44 |
langchain==0.3.0
|
| 45 |
langchain-community==0.3.0
|
| 46 |
langchain-core==0.3.1
|
| 47 |
+
langchain-huggingface==0.1.0
|
| 48 |
langchain-openai==0.2.0
|
| 49 |
langchain-qdrant==0.1.4
|
| 50 |
langchain-text-splitters==0.3.0
|
| 51 |
langsmith==0.1.121
|
| 52 |
Lazify==0.4.0
|
| 53 |
+
MarkupSafe==2.1.5
|
| 54 |
marshmallow==3.22.0
|
| 55 |
+
mpmath==1.3.0
|
| 56 |
multidict==6.1.0
|
| 57 |
mypy-extensions==1.0.0
|
| 58 |
nest-asyncio==1.6.0
|
| 59 |
+
networkx==3.2.1
|
| 60 |
numpy==1.26.4
|
| 61 |
+
nvidia-cublas-cu12==12.1.3.1
|
| 62 |
+
nvidia-cuda-cupti-cu12==12.1.105
|
| 63 |
+
nvidia-cuda-nvrtc-cu12==12.1.105
|
| 64 |
+
nvidia-cuda-runtime-cu12==12.1.105
|
| 65 |
+
nvidia-cudnn-cu12==9.1.0.70
|
| 66 |
+
nvidia-cufft-cu12==11.0.2.54
|
| 67 |
+
nvidia-curand-cu12==10.3.2.106
|
| 68 |
+
nvidia-cusolver-cu12==11.4.5.107
|
| 69 |
+
nvidia-cusparse-cu12==12.1.0.106
|
| 70 |
+
nvidia-nccl-cu12==2.20.5
|
| 71 |
+
nvidia-nvjitlink-cu12==12.6.77
|
| 72 |
+
nvidia-nvtx-cu12==12.1.105
|
| 73 |
openai==1.51.0
|
| 74 |
opentelemetry-api==1.27.0
|
| 75 |
opentelemetry-exporter-otlp==1.27.0
|
|
|
|
| 82 |
opentelemetry-semantic-conventions==0.48b0
|
| 83 |
orjson==3.10.7
|
| 84 |
packaging==23.2
|
| 85 |
+
pillow==10.4.0
|
| 86 |
portalocker==2.10.1
|
| 87 |
protobuf==4.25.5
|
| 88 |
pydantic==2.9.2
|
|
|
|
| 100 |
qdrant-client==1.11.2
|
| 101 |
regex==2024.9.11
|
| 102 |
requests==2.32.3
|
| 103 |
+
safetensors==0.4.5
|
| 104 |
+
scikit-learn==1.5.2
|
| 105 |
+
scipy==1.13.1
|
| 106 |
+
sentence-transformers==3.1.1
|
| 107 |
simple-websocket==1.0.0
|
| 108 |
sniffio==1.3.1
|
| 109 |
SQLAlchemy==2.0.35
|
| 110 |
starlette==0.27.0
|
| 111 |
+
sympy==1.13.3
|
| 112 |
syncer==2.0.3
|
| 113 |
tenacity==8.5.0
|
| 114 |
+
threadpoolctl==3.5.0
|
| 115 |
tiktoken==0.7.0
|
| 116 |
+
tokenizers==0.20.0
|
| 117 |
tomli==2.0.1
|
| 118 |
+
torch==2.4.1
|
| 119 |
tqdm==4.66.5
|
| 120 |
+
transformers==4.45.1
|
| 121 |
+
triton==3.0.0
|
| 122 |
typing-inspect==0.9.0
|
| 123 |
typing_extensions==4.12.2
|
| 124 |
uptrace==1.26.0
|