Verion bump, chromadb_version change and doc update (#1407)

This commit is contained in:
Dev Khant
2024-06-12 21:16:00 +05:30
committed by GitHub
parent 6ecdadfd97
commit 1bddd46ed2
3 changed files with 145 additions and 80 deletions

View File

@@ -67,7 +67,9 @@ We use `pytest` to test our code. You can run the tests by running the following
poetry run pytest
```
Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to install the missing libraries individually to ensure all tests pass.
Several packages have been removed from Poetry to make the package lighter. Therefore, it is recommended to run `make install_all` to install the remaining packages and ensure all tests pass.
Make sure that all tests pass before submitting a pull request.