Update requirements.txt
Browse files- requirements.txt +8 -90
requirements.txt
CHANGED
@@ -1,90 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
cachetools==5.5.0
|
10 |
-
certifi==2024.7.4
|
11 |
-
charset-normalizer==3.3.2
|
12 |
-
click==8.1.7
|
13 |
-
colorama==0.4.6
|
14 |
-
distro==1.9.0
|
15 |
-
einops==0.8.0
|
16 |
-
faiss-cpu==1.9.0
|
17 |
-
filelock==3.16.1
|
18 |
-
frozenlist==1.4.1
|
19 |
-
fsspec==2024.9.0
|
20 |
-
gitdb==4.0.11
|
21 |
-
GitPython==3.1.43
|
22 |
-
greenlet==3.1.1
|
23 |
-
h11==0.14.0
|
24 |
-
httpcore==1.0.6
|
25 |
-
httpx==0.27.2
|
26 |
-
httpx-sse==0.4.0
|
27 |
-
huggingface-hub==0.26.0
|
28 |
-
idna==3.7
|
29 |
-
Jinja2==3.1.4
|
30 |
-
jiter==0.6.1
|
31 |
-
jsonpatch==1.33
|
32 |
-
jsonpointer==3.0.0
|
33 |
-
jsonschema==4.23.0
|
34 |
-
jsonschema-specifications==2024.10.1
|
35 |
-
langchain==0.3.4
|
36 |
-
langchain-core==0.3.12
|
37 |
-
langchain-mistralai==0.2.0
|
38 |
-
langchain-openai==0.2.3
|
39 |
-
langchain-text-splitters==0.3.0
|
40 |
-
langsmith==0.1.136
|
41 |
-
markdown-it-py==3.0.0
|
42 |
-
MarkupSafe==3.0.1
|
43 |
-
mdurl==0.1.2
|
44 |
-
mpmath==1.3.0
|
45 |
-
multidict==6.1.0
|
46 |
-
narwhals==1.9.4
|
47 |
-
networkx==3.4.2
|
48 |
-
numpy==1.26.4
|
49 |
-
openai==1.52.0
|
50 |
-
orjson==3.10.6
|
51 |
-
packaging==24.1
|
52 |
-
pandas==2.2.3
|
53 |
-
pillow==10.4.0
|
54 |
-
propcache==0.2.0
|
55 |
-
protobuf==5.28.2
|
56 |
-
pyarrow==17.0.0
|
57 |
-
pydantic==2.8.2
|
58 |
-
pydantic_core==2.20.1
|
59 |
-
pydeck==0.9.1
|
60 |
-
Pygments==2.18.0
|
61 |
-
python-dateutil==2.9.0.post0
|
62 |
-
pytz==2024.2
|
63 |
-
PyYAML==6.0.1
|
64 |
-
referencing==0.35.1
|
65 |
-
regex==2024.9.11
|
66 |
-
requests==2.32.3
|
67 |
-
requests-toolbelt==1.0.0
|
68 |
-
rich==13.9.2
|
69 |
-
rpds-py==0.20.0
|
70 |
-
safetensors==0.4.5
|
71 |
-
six==1.16.0
|
72 |
-
smmap==5.0.1
|
73 |
-
sniffio==1.3.1
|
74 |
-
SQLAlchemy==2.0.36
|
75 |
-
streamlit==1.39.0
|
76 |
-
streamlit_arabic_support_wrapper==1.1
|
77 |
-
sympy==1.13.1
|
78 |
-
tenacity==8.5.0
|
79 |
-
tiktoken==0.8.0
|
80 |
-
tokenizers==0.20.1
|
81 |
-
toml==0.10.2
|
82 |
-
torch==2.5.0
|
83 |
-
tornado==6.4.1
|
84 |
-
tqdm==4.66.5
|
85 |
-
transformers==4.45.2
|
86 |
-
typing_extensions==4.12.2
|
87 |
-
tzdata==2024.2
|
88 |
-
urllib3==2.2.2
|
89 |
-
watchdog==5.0.3
|
90 |
-
yarl==1.15.5
|
|
|
1 |
+
gradio
|
2 |
+
langchain_mistralai
|
3 |
+
pathlib
|
4 |
+
faiss-cpu
|
5 |
+
langchain
|
6 |
+
sentence_transformers
|
7 |
+
pickle
|
8 |
+
numpy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|