Add langchain community
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -8,6 +8,7 @@ attrs==24.2.0
|
|
| 8 |
certifi==2024.8.30
|
| 9 |
charset-normalizer==3.4.0
|
| 10 |
click==8.1.7
|
|
|
|
| 11 |
distro==1.9.0
|
| 12 |
faiss-cpu==1.9.0.post1
|
| 13 |
fastapi==0.115.6
|
|
@@ -20,6 +21,7 @@ gradio_client==1.5.1
|
|
| 20 |
h11==0.14.0
|
| 21 |
httpcore==1.0.7
|
| 22 |
httpx==0.28.0
|
|
|
|
| 23 |
huggingface-hub==0.26.3
|
| 24 |
idna==3.10
|
| 25 |
Jinja2==3.1.4
|
|
@@ -28,14 +30,17 @@ joblib==1.4.2
|
|
| 28 |
jsonpatch==1.33
|
| 29 |
jsonpointer==3.0.0
|
| 30 |
langchain==0.3.10
|
|
|
|
| 31 |
langchain-core==0.3.22
|
| 32 |
langchain-text-splitters==0.3.2
|
| 33 |
langsmith==0.1.147
|
| 34 |
markdown-it-py==3.0.0
|
| 35 |
MarkupSafe==2.1.5
|
|
|
|
| 36 |
mdurl==0.1.2
|
| 37 |
mpmath==1.3.0
|
| 38 |
multidict==6.1.0
|
|
|
|
| 39 |
networkx==3.4.2
|
| 40 |
numpy==1.26.4
|
| 41 |
openai==1.57.0
|
|
@@ -45,11 +50,13 @@ pandas==2.2.3
|
|
| 45 |
pillow==11.0.0
|
| 46 |
propcache==0.2.1
|
| 47 |
pydantic==2.10.3
|
|
|
|
| 48 |
pydantic_core==2.27.1
|
| 49 |
pydub==0.25.1
|
| 50 |
Pygments==2.18.0
|
| 51 |
pypdf==5.1.0
|
| 52 |
python-dateutil==2.9.0.post0
|
|
|
|
| 53 |
python-multipart==0.0.19
|
| 54 |
pytz==2024.2
|
| 55 |
PyYAML==6.0.2
|
|
@@ -78,6 +85,7 @@ torch==2.5.1
|
|
| 78 |
tqdm==4.67.1
|
| 79 |
transformers==4.47.0
|
| 80 |
typer==0.15.1
|
|
|
|
| 81 |
typing_extensions==4.12.2
|
| 82 |
tzdata==2024.2
|
| 83 |
urllib3==2.2.3
|
|
|
|
| 8 |
certifi==2024.8.30
|
| 9 |
charset-normalizer==3.4.0
|
| 10 |
click==8.1.7
|
| 11 |
+
dataclasses-json==0.6.7
|
| 12 |
distro==1.9.0
|
| 13 |
faiss-cpu==1.9.0.post1
|
| 14 |
fastapi==0.115.6
|
|
|
|
| 21 |
h11==0.14.0
|
| 22 |
httpcore==1.0.7
|
| 23 |
httpx==0.28.0
|
| 24 |
+
httpx-sse==0.4.0
|
| 25 |
huggingface-hub==0.26.3
|
| 26 |
idna==3.10
|
| 27 |
Jinja2==3.1.4
|
|
|
|
| 30 |
jsonpatch==1.33
|
| 31 |
jsonpointer==3.0.0
|
| 32 |
langchain==0.3.10
|
| 33 |
+
langchain-community==0.3.10
|
| 34 |
langchain-core==0.3.22
|
| 35 |
langchain-text-splitters==0.3.2
|
| 36 |
langsmith==0.1.147
|
| 37 |
markdown-it-py==3.0.0
|
| 38 |
MarkupSafe==2.1.5
|
| 39 |
+
marshmallow==3.23.1
|
| 40 |
mdurl==0.1.2
|
| 41 |
mpmath==1.3.0
|
| 42 |
multidict==6.1.0
|
| 43 |
+
mypy-extensions==1.0.0
|
| 44 |
networkx==3.4.2
|
| 45 |
numpy==1.26.4
|
| 46 |
openai==1.57.0
|
|
|
|
| 50 |
pillow==11.0.0
|
| 51 |
propcache==0.2.1
|
| 52 |
pydantic==2.10.3
|
| 53 |
+
pydantic-settings==2.6.1
|
| 54 |
pydantic_core==2.27.1
|
| 55 |
pydub==0.25.1
|
| 56 |
Pygments==2.18.0
|
| 57 |
pypdf==5.1.0
|
| 58 |
python-dateutil==2.9.0.post0
|
| 59 |
+
python-dotenv==1.0.1
|
| 60 |
python-multipart==0.0.19
|
| 61 |
pytz==2024.2
|
| 62 |
PyYAML==6.0.2
|
|
|
|
| 85 |
tqdm==4.67.1
|
| 86 |
transformers==4.47.0
|
| 87 |
typer==0.15.1
|
| 88 |
+
typing-inspect==0.9.0
|
| 89 |
typing_extensions==4.12.2
|
| 90 |
tzdata==2024.2
|
| 91 |
urllib3==2.2.3
|