Skip to content

Commit

Permalink
fix: added requirements.txt for ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmchew committed Aug 9, 2024
1 parent ae39d7b commit c34aab0
Showing 1 changed file with 161 additions and 0 deletions.
161 changes: 161 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,161 @@
aiohappyeyeballs==2.3.4
aiohttp==3.10.1
aiosignal==1.3.1
annotated-types==0.7.0
anthropic==0.28.1
anyio==4.4.0
appdirs==1.4.4
astroid==3.2.4
async-timeout==4.0.3
attrs==24.2.0
beautifulsoup4==4.12.3
bm25s==0.1.10
boto3==1.34.155
botocore==1.34.155
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
cohere==5.6.2
dataclasses-json==0.6.7
datasets==2.20.0
Deprecated==1.2.14
dill==0.3.8
dirtyjson==1.0.8
distro==1.9.0
dnspython==2.6.1
exceptiongroup==1.2.2
fastapi==0.112.0
fastavro==1.9.5
filelock==3.15.4
frozenlist==1.4.1
fsspec==2024.5.0
greenlet==3.0.3
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
httpx-sse==0.4.0
huggingface-hub==0.24.5
idna==3.7
iniconfig==2.0.0
isort==5.13.2
Jinja2==3.1.4
jiter==0.5.0
jmespath==1.0.1
joblib==1.4.2
jsonpatch==1.33
jsonpointer==3.0.0
langchain==0.2.12
langchain-community==0.2.11
langchain-core==0.2.28
langchain-openai==0.1.20
langchain-text-splitters==0.2.2
langsmith==0.1.98
llama-cloud==0.0.12
llama-index==0.10.61
llama-index-agent-openai==0.2.9
llama-index-cli==0.1.13
llama-index-core==0.10.61
llama-index-embeddings-cohere==0.1.9
llama-index-embeddings-huggingface==0.2.2
llama-index-embeddings-openai==0.1.11
llama-index-indices-managed-llama-cloud==0.2.7
llama-index-legacy==0.9.48
llama-index-llms-anthropic==0.1.16
llama-index-llms-cohere==0.2.0
llama-index-llms-openai==0.1.28
llama-index-multi-modal-llms-openai==0.1.8
llama-index-postprocessor-colbert-rerank==0.1.3
llama-index-program-openai==0.1.7
llama-index-question-gen-openai==0.1.3
llama-index-readers-file==0.1.32
llama-index-readers-llama-parse==0.1.6
llama-index-retrievers-bm25==0.2.2
llama-index-storage-docstore-mongodb==0.1.3
llama-index-storage-kvstore-mongodb==0.1.2
llama-index-vector-stores-awsdocdb==0.1.6
llama-index-vector-stores-mongodb==0.1.8
llama-parse==0.4.9
MarkupSafe==2.1.5
marshmallow==3.21.3
mccabe==0.7.0
minijinja==2.0.1
motor==3.5.1
mpmath==1.3.0
multidict==6.0.5
multiprocess==0.70.16
mypy-extensions==1.0.0
nest-asyncio==1.6.0
networkx==3.3
nltk==3.8.1
numpy==1.26.4
nvidia-cublas-cu12==12.1.3.1
nvidia-cuda-cupti-cu12==12.1.105
nvidia-cuda-nvrtc-cu12==12.1.105
nvidia-cuda-runtime-cu12==12.1.105
nvidia-cudnn-cu12==9.1.0.70
nvidia-cufft-cu12==11.0.2.54
nvidia-curand-cu12==10.3.2.106
nvidia-cusolver-cu12==11.4.5.107
nvidia-cusparse-cu12==12.1.0.106
nvidia-nccl-cu12==2.20.5
nvidia-nvjitlink-cu12==12.6.20
nvidia-nvtx-cu12==12.1.105
openai==1.40.0
orjson==3.10.6
packaging==24.1
pandas==2.2.2
parameterized==0.9.0
pillow==10.4.0
platformdirs==4.2.2
pluggy==1.5.0
psycopg2-binary==2.9.9
pyarrow==17.0.0
pyarrow-hotfix==0.6
pydantic==2.8.2
pydantic_core==2.20.1
pylint==3.2.6
pymongo==4.8.0
pypdf==4.3.1
pysbd==0.3.4
PyStemmer==2.2.0.1
pytest==8.3.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-multipart==0.0.9
pytz==2024.1
PyYAML==6.0.2
ragas==0.1.13
rank-bm25==0.2.2
regex==2024.7.24
requests==2.32.3
s3transfer==0.10.2
safetensors==0.4.4
scikit-learn==1.5.1
scipy==1.14.0
sentence-transformers==3.0.1
six==1.16.0
sniffio==1.3.1
soupsieve==2.5
SQLAlchemy==2.0.32
starlette==0.37.2
striprtf==0.0.26
sympy==1.13.1
tenacity==8.5.0
threadpoolctl==3.5.0
tiktoken==0.7.0
tokenizers==0.19.1
tomli==2.0.1
tomlkit==0.13.0
torch==2.4.0
tqdm==4.66.5
transformers==4.44.0
triton==3.0.0
types-requests==2.32.0.20240712
typing-inspect==0.9.0
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
uvicorn==0.30.5
wrapt==1.16.0
xxhash==3.4.1
yarl==1.9.4

0 comments on commit c34aab0

Please sign in to comment.