Chroma libary readme updated

This commit is contained in:
gdw6463
2024-05-24 12:19:01 +08:00
parent 7fc5e169e9
commit d6d1b33798
2 changed files with 16 additions and 14 deletions

View File

@ -7,7 +7,7 @@ pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https
``` ```
## More Dependencies ## More Dependencies
| System | package | web | install command | | System | package | web | install command |
| --- | ---- | --- | --- | | --- |-----------------------| --- | --- |
| python | filetype | https://pypi.org/project/filetype/ | pip install filetype | | python | filetype | https://pypi.org/project/filetype/ | pip install filetype |
| python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi | | python | fastAPI | https://fastapi.tiangolo.com/ | pip install fastapi |
| python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart | | python | python-multipart | https://pypi.org/project/python-multipart/ | pip install python-multipart |
@ -19,6 +19,7 @@ pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2 --index-url https
| python | langchain | https://github.com/langchain-ai/langchain | pip install langchain | | python | langchain | https://github.com/langchain-ai/langchain | pip install langchain |
| python | chromadb | https://docs.trychroma.com/getting-started | pip install chromadb | | 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 | 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 ## Start

View File

@ -10,3 +10,4 @@ pip install injector
pip install landchain pip install landchain
pip install chromadb pip install chromadb
pip install lagent pip install lagent
pip install sentence_transformers