-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Pydantic upgrade: regex to pattern in constr * pydantic upgrade: Fix issues in vectordb module due to inheriting from BaseRetriver * Chroma upgrade: Remove persist() calls * Chroma upgrade: change deprecated client creation methods * Pydantic Upgrade: example to list of examples using bump-pydantic * Langchain upgrade: get_relevant_documents to _get_relevant_documents * Langchain upgrade: keep runmanager optional for vanilla framework to be able to use it * pydantic upgrade: Specify noe as type in optional fields * pydantic upgrade: explicitly convert url to str before inserting to postgres * upgrade pydantic/chroma: explicity convert numpy.floats to floats in embeddings before adding to chroma * Upgrade Chroma: Use delete_collection instead of deleting datapath in tests * Upgrade pydantic: Explicitly convert Url to str before loading to chroma * Fix linting issues * Edit requirements.tx with new versions * Include sentence-tranfromer in requirements.txt * Fix type conversion of list of urls
- Loading branch information
1 parent
6a0479d
commit 75931ec
Showing
8 changed files
with
123 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.