cdupland commited on
Commit
7a854a7
·
verified ·
1 Parent(s): 381908f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +89 -4
requirements.txt CHANGED
@@ -1,15 +1,100 @@
 
 
 
 
 
 
 
 
 
 
1
  chainlit==1.1.101
 
 
 
 
 
 
2
  faiss-cpu==1.8.0
 
 
 
 
 
 
 
3
  gradio_client==0.9.0
 
 
 
 
 
 
 
 
 
 
 
 
4
  langchain==0.2.1
5
  langchain-community==0.2.0
6
  langchain-core==0.2.0
7
  langchain-mistralai==0.1.7
 
 
 
 
 
 
 
 
 
8
  openai==1.30.1
9
- python-dotenv==1.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  pypdf==4.2.0
11
  PyPDF2==3.0.1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  tiktoken==0.7.0
13
- pydantic==2.10.3
14
- pydantic-settings==2.7.0
15
- pydantic_core==2.27.1
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.4
3
+ aiohttp==3.11.10
4
+ aiosignal==1.3.2
5
+ annotated-types==0.7.0
6
+ anyio==3.7.1
7
+ asyncer==0.0.2
8
+ attrs==24.3.0
9
+ bidict==0.23.1
10
+ certifi==2024.12.14
11
  chainlit==1.1.101
12
+ charset-normalizer==3.4.0
13
+ chevron==0.14.0
14
+ click==8.1.7
15
+ dataclasses-json==0.5.14
16
+ Deprecated==1.2.15
17
+ distro==1.9.0
18
  faiss-cpu==1.8.0
19
+ fastapi==0.110.3
20
+ fastapi-socketio==0.0.10
21
+ filelock==3.16.1
22
+ filetype==1.2.0
23
+ frozenlist==1.5.0
24
+ fsspec==2024.10.0
25
+ googleapis-common-protos==1.66.0
26
  gradio_client==0.9.0
27
+ greenlet==3.1.1
28
+ grpcio==1.68.1
29
+ h11==0.14.0
30
+ httpcore==1.0.7
31
+ httpx==0.28.1
32
+ httpx-sse==0.4.0
33
+ huggingface-hub==0.26.5
34
+ idna==3.10
35
+ importlib_metadata==8.5.0
36
+ jiter==0.8.2
37
+ jsonpatch==1.33
38
+ jsonpointer==3.0.0
39
  langchain==0.2.1
40
  langchain-community==0.2.0
41
  langchain-core==0.2.0
42
  langchain-mistralai==0.1.7
43
+ langchain-text-splitters==0.2.1
44
+ langsmith==0.1.147
45
+ Lazify==0.4.0
46
+ literalai==0.0.601
47
+ marshmallow==3.23.1
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.30.1
53
+ opentelemetry-api==1.28.2
54
+ opentelemetry-exporter-otlp==1.28.2
55
+ opentelemetry-exporter-otlp-proto-common==1.28.2
56
+ opentelemetry-exporter-otlp-proto-grpc==1.28.2
57
+ opentelemetry-exporter-otlp-proto-http==1.28.2
58
+ opentelemetry-instrumentation==0.49b2
59
+ opentelemetry-proto==1.28.2
60
+ opentelemetry-sdk==1.28.2
61
+ opentelemetry-semantic-conventions==0.49b2
62
+ orjson==3.10.12
63
+ packaging==23.2
64
+ propcache==0.2.1
65
+ protobuf==5.29.1
66
+ pydantic==2.10.3
67
+ pydantic-settings==2.7.0
68
+ pydantic_core==2.27.1
69
+ PyJWT==2.10.1
70
  pypdf==4.2.0
71
  PyPDF2==3.0.1
72
+ python-dotenv==1.0.1
73
+ python-engineio==4.10.1
74
+ python-multipart==0.0.9
75
+ python-socketio==5.11.4
76
+ PyYAML==6.0.2
77
+ regex==2024.11.6
78
+ requests==2.32.3
79
+ requests-toolbelt==1.0.0
80
+ simple-websocket==1.1.0
81
+ sniffio==1.3.1
82
+ SQLAlchemy==2.0.36
83
+ starlette==0.37.2
84
+ syncer==2.0.3
85
+ tenacity==8.5.0
86
  tiktoken==0.7.0
87
+ tokenizers==0.21.0
88
+ tomli==2.2.1
89
+ tqdm==4.67.1
90
+ typing-inspect==0.9.0
91
+ typing_extensions==4.12.2
92
+ uptrace==1.28.2
93
+ urllib3==2.2.3
94
+ uvicorn==0.25.0
95
+ watchfiles==0.20.0
96
+ websockets==11.0.3
97
+ wrapt==1.17.0
98
+ wsproto==1.2.0
99
+ yarl==1.18.3
100
+ zipp==3.21.0