Pablo276 commited on
Commit
884b643
·
verified ·
1 Parent(s): af41ca8

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +124 -10
requirements.txt CHANGED
@@ -1,10 +1,124 @@
1
- pinecone-client==3.2.2
2
- langchain-pinecone==0.1.1
3
- langchain-openai==0.1.7
4
- langchain==0.2.1
5
- gradio
6
- python-dotenv
7
- langchain-community
8
- langchain-text-splitters
9
- pypdf
10
- pandas
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ aiohappyeyeballs==2.6.1
3
+ aiohttp==3.10.11
4
+ aiosignal==1.4.0
5
+ altair==5.5.0
6
+ annotated-types==0.7.0
7
+ anyio==4.11.0
8
+ attrs==25.3.0
9
+ bcrypt==5.0.0
10
+ blinker==1.9.0
11
+ Brotli==1.1.0
12
+ cachetools==6.2.0
13
+ captcha==0.7.1
14
+ certifi==2025.8.3
15
+ charset-normalizer==3.4.3
16
+ click==8.3.0
17
+ colorama==0.4.6
18
+ dataclasses-json==0.6.7
19
+ distro==1.9.0
20
+ dnspython==2.8.0
21
+ extra-streamlit-components==0.1.81
22
+ fastapi==0.117.1
23
+ ffmpy==0.6.1
24
+ filelock==3.19.1
25
+ frozenlist==1.7.0
26
+ fsspec==2025.9.0
27
+ gitdb==4.0.12
28
+ GitPython==3.1.45
29
+ gradio==5.47.2
30
+ gradio_client==1.13.3
31
+ greenlet==3.2.4
32
+ groovy==0.1.2
33
+ h11==0.16.0
34
+ httpcore==1.0.9
35
+ httpx==0.28.1
36
+ huggingface-hub==0.35.1
37
+ idna==3.10
38
+ iniconfig==2.1.0
39
+ Jinja2==3.1.6
40
+ jiter==0.11.0
41
+ jsonpatch==1.33
42
+ jsonpointer==3.0.0
43
+ jsonschema==4.25.1
44
+ jsonschema-specifications==2025.9.1
45
+ langchain==0.3.4
46
+ langchain-community==0.3.3
47
+ langchain-core==0.3.37
48
+ langchain-openai==0.2.3
49
+ langchain-pinecone==0.2.3
50
+ langchain-tests==0.3.12
51
+ langchain-text-splitters==0.3.0
52
+ langsmith==0.1.137
53
+ markdown-it-py==4.0.0
54
+ MarkupSafe==3.0.3
55
+ marshmallow==3.26.1
56
+ mdurl==0.1.2
57
+ multidict==6.6.4
58
+ mypy_extensions==1.1.0
59
+ narwhals==2.5.0
60
+ numpy==1.26.4
61
+ openai==1.109.1
62
+ openapi-schema-pydantic==1.2.4
63
+ orjson==3.11.3
64
+ packaging==24.2
65
+ pandas==2.3.2
66
+ pillow==11.3.0
67
+ pinecone==7.3.0
68
+ pinecone-plugin-assistant==1.8.0
69
+ pinecone-plugin-interface==0.0.7
70
+ pluggy==1.6.0
71
+ propcache==0.3.2
72
+ protobuf==6.32.1
73
+ pyarrow==21.0.0
74
+ pydantic==2.11.9
75
+ pydantic-settings==2.11.0
76
+ pydantic_core==2.33.2
77
+ pydeck==0.9.1
78
+ pydub==0.25.1
79
+ Pygments==2.19.2
80
+ PyJWT==2.10.1
81
+ pymongo==4.10.1
82
+ pypdf==6.1.0
83
+ pytest==8.4.2
84
+ pytest-asyncio==0.26.0
85
+ pytest-socket==0.7.0
86
+ python-dateutil==2.9.0.post0
87
+ python-dotenv==1.0.1
88
+ python-multipart==0.0.20
89
+ pytz==2025.2
90
+ PyYAML==6.0.3
91
+ referencing==0.36.2
92
+ regex==2025.9.18
93
+ requests==2.32.5
94
+ requests-toolbelt==1.0.0
95
+ rich==14.1.0
96
+ rpds-py==0.27.1
97
+ ruff==0.13.2
98
+ safehttpx==0.1.6
99
+ semantic-version==2.10.0
100
+ shellingham==1.5.4
101
+ six==1.17.0
102
+ smmap==5.0.2
103
+ sniffio==1.3.1
104
+ SQLAlchemy==2.0.43
105
+ starlette==0.48.0
106
+ streamlit==1.50.0
107
+ streamlit-authenticator==0.4.1
108
+ syrupy==4.9.1
109
+ tenacity==9.1.2
110
+ tiktoken==0.11.0
111
+ toml==0.10.2
112
+ tomlkit==0.13.3
113
+ tornado==6.5.2
114
+ tqdm==4.67.1
115
+ typer==0.19.2
116
+ typing-inspect==0.9.0
117
+ typing-inspection==0.4.1
118
+ typing_extensions==4.15.0
119
+ tzdata==2025.2
120
+ urllib3==2.5.0
121
+ uvicorn==0.37.0
122
+ watchdog==6.0.0
123
+ websockets==15.0.1
124
+ yarl==1.20.1