JoshuaKelleyDs commited on
Commit
09db395
1 Parent(s): 772e8d9

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +93 -0
requirements.txt ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.10
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.2.post1
7
+ asyncer==0.0.7
8
+ attrs==24.2.0
9
+ bidict==0.23.1
10
+ certifi==2024.8.30
11
+ chainlit==1.2.0
12
+ charset-normalizer==3.4.0
13
+ chevron==0.14.0
14
+ click==8.1.7
15
+ dataclasses-json==0.6.7
16
+ Deprecated==1.2.14
17
+ distro==1.9.0
18
+ faiss-cpu==1.9.0
19
+ fastapi==0.112.4
20
+ filetype==1.2.0
21
+ frozenlist==1.4.1
22
+ googleapis-common-protos==1.65.0
23
+ grpcio==1.67.0
24
+ h11==0.14.0
25
+ httpcore==1.0.6
26
+ httpx==0.27.2
27
+ idna==3.10
28
+ importlib_metadata==8.4.0
29
+ jiter==0.6.1
30
+ jsonpatch==1.33
31
+ jsonpointer==3.0.0
32
+ langchain==0.3.3
33
+ langchain-community==0.3.2
34
+ langchain-core==0.3.12
35
+ langchain-openai==0.2.2
36
+ langchain-text-splitters==0.3.0
37
+ langchain-together==0.2.0
38
+ langsmith==0.1.136
39
+ Lazify==0.4.0
40
+ literalai==0.0.607
41
+ marshmallow==3.23.0
42
+ multidict==6.1.0
43
+ mypy-extensions==1.0.0
44
+ nest-asyncio==1.6.0
45
+ numpy==1.26.4
46
+ openai==1.52.0
47
+ opentelemetry-api==1.27.0
48
+ opentelemetry-exporter-otlp==1.27.0
49
+ opentelemetry-exporter-otlp-proto-common==1.27.0
50
+ opentelemetry-exporter-otlp-proto-grpc==1.27.0
51
+ opentelemetry-exporter-otlp-proto-http==1.27.0
52
+ opentelemetry-instrumentation==0.48b0
53
+ opentelemetry-proto==1.27.0
54
+ opentelemetry-sdk==1.27.0
55
+ opentelemetry-semantic-conventions==0.48b0
56
+ orjson==3.10.7
57
+ packaging==23.2
58
+ propcache==0.2.0
59
+ protobuf==4.25.5
60
+ pydantic==2.9.2
61
+ pydantic-settings==2.6.0
62
+ pydantic_core==2.23.4
63
+ PyJWT==2.9.0
64
+ python-dotenv==1.0.1
65
+ python-engineio==4.10.1
66
+ python-multipart==0.0.9
67
+ python-socketio==5.11.4
68
+ pytube==15.0.0
69
+ PyYAML==6.0.2
70
+ rank-bm25==0.2.2
71
+ regex==2024.9.11
72
+ requests==2.32.3
73
+ requests-toolbelt==1.0.0
74
+ simple-websocket==1.1.0
75
+ sniffio==1.3.1
76
+ SQLAlchemy==2.0.36
77
+ starlette==0.37.2
78
+ syncer==2.0.3
79
+ tenacity==8.5.0
80
+ tiktoken==0.8.0
81
+ tomli==2.0.2
82
+ tqdm==4.66.5
83
+ typing-inspect==0.9.0
84
+ typing_extensions==4.12.2
85
+ uptrace==1.27.0
86
+ urllib3==2.2.3
87
+ uvicorn==0.25.0
88
+ watchfiles==0.20.0
89
+ wrapt==1.16.0
90
+ wsproto==1.2.0
91
+ yarl==1.15.4
92
+ youtube-transcript-api==0.6.2
93
+ zipp==3.20.2