Omkar008 commited on
Commit
9d18251
·
verified ·
1 Parent(s): 9122a83

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +128 -0
requirements.txt ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.5
2
+ aiosignal==1.3.1
3
+ altair==5.3.0
4
+ annotated-types==0.7.0
5
+ anyio==4.3.0
6
+ attrs==23.2.0
7
+ beautifulsoup4==4.12.3
8
+ blinker==1.8.2
9
+ cachetools==5.3.3
10
+ certifi==2024.2.2
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ dataclasses-json==0.6.6
14
+ Deprecated==1.2.14
15
+ dirtyjson==1.0.8
16
+ distro==1.9.0
17
+ dnspython==2.6.1
18
+ email_validator==2.1.1
19
+ fastapi==0.111.0
20
+ fastapi-cli==0.0.4
21
+ frozenlist==1.4.1
22
+ fsspec==2024.5.0
23
+ gitdb==4.0.11
24
+ GitPython==3.1.43
25
+ google-ai-generativelanguage==0.6.4
26
+ google-api-core==2.19.0
27
+ google-api-python-client==2.130.0
28
+ google-auth==2.29.0
29
+ google-auth-httplib2==0.2.0
30
+ google-generativeai==0.5.4
31
+ googleapis-common-protos==1.63.0
32
+ greenlet==3.0.3
33
+ grpcio==1.64.0
34
+ grpcio-status==1.62.2
35
+ h11==0.14.0
36
+ httpcore==1.0.5
37
+ httplib2==0.22.0
38
+ httptools==0.6.1
39
+ httpx==0.27.0
40
+ idna==3.7
41
+ Jinja2==3.1.4
42
+ joblib==1.4.2
43
+ jsonschema==4.22.0
44
+ jsonschema-specifications==2023.12.1
45
+ llama-index==0.10.38
46
+ llama-index-agent-openai==0.2.5
47
+ llama-index-cli==0.1.12
48
+ llama-index-core==0.10.38.post2
49
+ llama-index-embeddings-gemini==0.1.7
50
+ llama-index-embeddings-openai==0.1.10
51
+ llama-index-indices-managed-llama-cloud==0.1.6
52
+ llama-index-legacy==0.9.48
53
+ llama-index-llms-gemini==0.1.9
54
+ llama-index-llms-openai==0.1.20
55
+ llama-index-multi-modal-llms-openai==0.1.6
56
+ llama-index-program-openai==0.1.6
57
+ llama-index-question-gen-openai==0.1.3
58
+ llama-index-readers-file==0.1.23
59
+ llama-index-readers-llama-parse==0.1.4
60
+ llama-index-vector-stores-pinecone==0.1.7
61
+ llama-parse==0.4.3
62
+ llamaindex-py-client==0.1.19
63
+ markdown-it-py==3.0.0
64
+ MarkupSafe==2.1.5
65
+ marshmallow==3.21.2
66
+ mdurl==0.1.2
67
+ multidict==6.0.5
68
+ mypy-extensions==1.0.0
69
+ nest-asyncio==1.6.0
70
+ networkx==3.3
71
+ nltk==3.8.1
72
+ numpy==1.26.4
73
+ openai==1.30.2
74
+ orjson==3.10.3
75
+ packaging==24.0
76
+ pandas==2.2.2
77
+ pillow==10.3.0
78
+ pinecone-client==3.2.2
79
+ proto-plus==1.23.0
80
+ protobuf==4.25.3
81
+ pyarrow==16.1.0
82
+ pyasn1==0.6.0
83
+ pyasn1_modules==0.4.0
84
+ pydantic==2.7.1
85
+ pydantic_core==2.18.2
86
+ pydeck==0.9.1
87
+ Pygments==2.18.0
88
+ pyparsing==3.1.2
89
+ pypdf==4.2.0
90
+ python-dateutil==2.9.0.post0
91
+ python-dotenv==1.0.1
92
+ python-multipart==0.0.9
93
+ pytz==2024.1
94
+ PyYAML==6.0.1
95
+ referencing==0.35.1
96
+ regex==2024.5.15
97
+ requests==2.32.2
98
+ rich==13.7.1
99
+ rpds-py==0.18.1
100
+ rsa==4.9
101
+ shellingham==1.5.4
102
+ six==1.16.0
103
+ smmap==5.0.1
104
+ sniffio==1.3.1
105
+ soupsieve==2.5
106
+ SQLAlchemy==2.0.30
107
+ starlette==0.37.2
108
+ streamlit==1.34.0
109
+ striprtf==0.0.26
110
+ tenacity==8.3.0
111
+ tiktoken==0.7.0
112
+ toml==0.10.2
113
+ toolz==0.12.1
114
+ tornado==6.4
115
+ tqdm==4.66.4
116
+ typer==0.12.3
117
+ typing-inspect==0.9.0
118
+ typing_extensions==4.11.0
119
+ tzdata==2024.1
120
+ ujson==5.10.0
121
+ uritemplate==4.1.1
122
+ urllib3==2.2.1
123
+ uvicorn==0.29.0
124
+ uvloop==0.19.0
125
+ watchfiles==0.21.0
126
+ websockets==12.0
127
+ wrapt==1.16.0
128
+ yarl==1.9.4