Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support caching of async completion and cache completion (#513)
* Use the old version for the chromadb (#492) Signed-off-by: SimFG <[email protected]> Signed-off-by: Reuben Thomas-Davis <[email protected]> * added support for weaviate vector databse (#493) * added support for weaviate vector databse Signed-off-by: pranaychandekar <[email protected]> * added support for in local db for weaviate vector store Signed-off-by: pranaychandekar <[email protected]> * added unit test case for weaviate vector store Signed-off-by: pranaychandekar <[email protected]> * resolved unit test case error for weaviate vector store Signed-off-by: pranaychandekar <[email protected]> * increased code coverage resolved pylint issues pylint: disabled C0413 Signed-off-by: pranaychandekar <[email protected]> --------- Signed-off-by: pranaychandekar <[email protected]> Signed-off-by: Reuben Thomas-Davis <[email protected]> * Update the version to `0.1.37` (#494) Signed-off-by: SimFG <[email protected]> Signed-off-by: Reuben Thomas-Davis <[email protected]> * ✨ support caching of async completion and cache completion Signed-off-by: Reuben Thomas-Davis <[email protected]> * ✨ add streaming support for chatcompletion Signed-off-by: Reuben Thomas-Davis <[email protected]> * ✅ improve test coverage and formatting Signed-off-by: Reuben Thomas-Davis <[email protected]> * ✨ support caching of async completion and cache completion Signed-off-by: Reuben Thomas-Davis <[email protected]> * ✨ add streaming support for chatcompletion Signed-off-by: Reuben Thomas-Davis <[email protected]> * ✅ improve test coverage and formatting Signed-off-by: Reuben Thomas-Davis <[email protected]> * correct merge duplication Signed-off-by: Reuben Thomas-Davis <[email protected]> * correct update cache callback Signed-off-by: Reuben Thomas-Davis <[email protected]> * add additional tests for improved coverage Signed-off-by: Reuben Thomas-Davis <[email protected]> * remove redundant param in docstring Signed-off-by: Reuben Thomas-Davis <[email protected]> --------- Signed-off-by: SimFG <[email protected]> Signed-off-by: Reuben Thomas-Davis <[email protected]> Signed-off-by: pranaychandekar <[email protected]> Co-authored-by: SimFG <[email protected]> Co-authored-by: Pranay Chandekar <[email protected]>
- Loading branch information