Nobody4591 commited on
Commit
34a721d
·
verified ·
1 Parent(s): 1be17a6

Upload requirments.txt

Browse files
Files changed (1) hide show
  1. requirments.txt +99 -0
requirments.txt ADDED
@@ -0,0 +1,99 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.4.0
6
+ attrs==23.2.0
7
+ beautifulsoup4==4.12.3
8
+ blinker==1.8.2
9
+ cachetools==5.3.3
10
+ certifi==2024.6.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ dataclasses-json==0.6.7
14
+ Deprecated==1.2.14
15
+ dirtyjson==1.0.8
16
+ distro==1.9.0
17
+ frozenlist==1.4.1
18
+ fsspec==2024.6.1
19
+ gitdb==4.0.11
20
+ GitPython==3.1.43
21
+ greenlet==3.0.3
22
+ h11==0.14.0
23
+ httpcore==1.0.5
24
+ httpx==0.27.0
25
+ idna==3.7
26
+ Jinja2==3.1.4
27
+ joblib==1.4.2
28
+ jsonpatch==1.33
29
+ jsonpointer==3.0.0
30
+ jsonschema==4.22.0
31
+ jsonschema-specifications==2023.12.1
32
+ langchain==0.2.6
33
+ langchain-core==0.2.11
34
+ langchain-text-splitters==0.2.2
35
+ langsmith==0.1.83
36
+ llama-cloud==0.0.6
37
+ llama-index==0.10.51
38
+ llama-index-agent-openai==0.2.7
39
+ llama-index-cli==0.1.12
40
+ llama-index-core==0.10.51
41
+ llama-index-embeddings-openai==0.1.10
42
+ llama-index-indices-managed-llama-cloud==0.2.3
43
+ llama-index-legacy==0.9.48
44
+ llama-index-llms-openai==0.1.24
45
+ llama-index-multi-modal-llms-openai==0.1.6
46
+ llama-index-program-openai==0.1.6
47
+ llama-index-question-gen-openai==0.1.3
48
+ llama-index-readers-file==0.1.26
49
+ llama-index-readers-llama-parse==0.1.4
50
+ llama-parse==0.4.5
51
+ markdown-it-py==3.0.0
52
+ MarkupSafe==2.1.5
53
+ marshmallow==3.21.3
54
+ mdurl==0.1.2
55
+ multidict==6.0.5
56
+ mypy-extensions==1.0.0
57
+ nest-asyncio==1.6.0
58
+ networkx==3.3
59
+ nltk==3.8.1
60
+ numpy==1.26.4
61
+ openai==1.35.9
62
+ orjson==3.10.6
63
+ packaging==24.1
64
+ pandas==2.2.2
65
+ pillow==10.4.0
66
+ protobuf==5.27.2
67
+ pyarrow==16.1.0
68
+ pydantic==2.8.0
69
+ pydantic_core==2.20.0
70
+ pydeck==0.9.1
71
+ Pygments==2.18.0
72
+ pypdf==4.2.0
73
+ python-dateutil==2.9.0.post0
74
+ pytz==2024.1
75
+ PyYAML==6.0.1
76
+ referencing==0.35.1
77
+ regex==2024.5.15
78
+ requests==2.32.3
79
+ rich==13.7.1
80
+ rpds-py==0.18.1
81
+ six==1.16.0
82
+ smmap==5.0.1
83
+ sniffio==1.3.1
84
+ soupsieve==2.5
85
+ SQLAlchemy==2.0.31
86
+ streamlit==1.36.0
87
+ striprtf==0.0.26
88
+ tenacity==8.4.2
89
+ tiktoken==0.7.0
90
+ toml==0.10.2
91
+ toolz==0.12.1
92
+ tornado==6.4.1
93
+ tqdm==4.66.4
94
+ typing-inspect==0.9.0
95
+ typing_extensions==4.12.2
96
+ tzdata==2024.1
97
+ urllib3==2.2.2
98
+ wrapt==1.16.0
99
+ yarl==1.9.4