From d6d1b337980d7af4b07923b945426c0e9a5448b0 Mon Sep 17 00:00:00 2001 From: gdw6463 Date: Fri, 24 May 2024 12:19:01 +0800 Subject: [PATCH] Chroma libary readme updated --- README.md | 27 ++++++++++++++------------- install-dependencies.sh | 3 ++- 2 files changed, 16 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 563a917..2ec2b52 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,20 @@ pip install -r sample/requirement_out_of_pytorch.txt pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu118 ``` ## More Dependencies -| System | package | web | install command | -| --- | ---- | --- | --- | -| python | filetype | https://pypi.org/project/filetype/ | pip install filetype | -| python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi | -| python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart | -| python | uvicorn | https://www.uvicorn.org/ | pip install "uvicorn[standard]" | -| python | SpeechRecognition | https://pypi.org/project/SpeechRecognition/ | pip install SpeechRecognition | -| python | gtts | https://pypi.org/project/gTTS/ | pip install gTTS | -| python | PyYAML | https://pypi.org/project/PyYAML/ | pip install PyYAML | -| python | injector | https://github.com/python-injector/injector | pip install injector | -| python | langchain | https://github.com/langchain-ai/langchain | pip install langchain | -| python | chromadb | https://docs.trychroma.com/getting-started | pip install chromadb | -| python | lagent | https://github.com/InternLM/lagent/blob/main/README.md | pip install lagent | +| System | package | web | install command | +| --- |-----------------------| --- | --- | +| python | filetype | https://pypi.org/project/filetype/ | pip install filetype | +| python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi | +| python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart | +| python | uvicorn | https://www.uvicorn.org/ | pip install "uvicorn[standard]" | +| python | SpeechRecognition | https://pypi.org/project/SpeechRecognition/ | pip install SpeechRecognition | +| python | gtts | https://pypi.org/project/gTTS/ | pip install gTTS | +| python | PyYAML | https://pypi.org/project/PyYAML/ | pip install PyYAML | +| python | injector | https://github.com/python-injector/injector | pip install injector | +| python | langchain | https://github.com/langchain-ai/langchain | pip install langchain | +| python | chromadb | https://docs.trychroma.com/getting-started | pip install chromadb | +| python | lagent | https://github.com/InternLM/lagent/blob/main/README.md | pip install lagent | +| python | sentence_transformers | https://github.com/InternLM/lagent/blob/main/README.md | pip install sentence_transformers | ## Start diff --git a/install-dependencies.sh b/install-dependencies.sh index 0f613cb..fce7084 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -9,4 +9,5 @@ pip install PyYAML pip install injector pip install landchain pip install chromadb -pip install lagent \ No newline at end of file +pip install lagent +pip install sentence_transformers \ No newline at end of file