Skip to content

v0.10.0

Choose a tag to compare

@release-please release-please released this 17 Sep 22:38
e9a8534

0.10.0 (2024-09-17)

⚠ BREAKING CHANGES

  • support async and sync versions of indexing methods
  • remove _aexecute(), _execute(), _afetch(), and _fetch() methods

Features

  • Add from_engine_args method (de16842)
  • Add support for sync from_engine (de16842)
  • Allow non-uuid data types for vectorstore primary key (#209) (ffaa87f)
  • Refactor to support both async and sync usage (de16842)

Bug Fixes

  • Replacing cosine_similarity and maximal_marginal_relevance local methods with the ones in langchain core. (#190) (7f27092)
  • Support async and sync versions of indexing methods (de16842)
  • Updating the minimum langchain core version to 0.2.36 (#205) (0651231)

Documentation

  • Update sample python notebooks to reflect the support for custom schema. (#204) (7ef9335)