meilisearch-python-sdk

An async and sync Python client for the Meilisearch API

MIT License

Downloads
14.1K
Stars
59
Committers
9

Bot releases are visible (Hide)

meilisearch-python-sdk - v3.3.0 Latest Release

Published by github-actions[bot] 2 months ago

Changes

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.10.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.

Features

  • Update for Meilisearch v1.10.0 @sanders41 (#1023)
  • Update rest embedder for Meilisearch v1.10.0 @sanders41 (#1023)
  • Add headers to rest embedders @sanders41 (#1025)
  • Add url to open ai embedder @sanders41 (#1026)
  • Add dimensions to ollama embedder @sanders41 (#1027)
  • Add federated search @sanders41 (#1029)
  • Add edit documents by function @sanders41 (#1034)
  • Add language settings and search @sanders41 (#1030)
meilisearch-python-sdk - v3.2.0

Published by github-actions[bot] 2 months ago

Changes

Features

  • Add distinct parameter to search @sanders41 (#1051)
meilisearch-python-sdk - v3.1.0

Published by github-actions[bot] 3 months ago

Changes

Features

  • Make hits in SearchResults generic so custom types can be used @sanders41 (#1044)
meilisearch-python-sdk - v3.0.1

Published by github-actions[bot] 3 months ago

Changes

Bug Fixes

  • Default matching strategy to last @sanders41 (#1031)
meilisearch-python-sdk - v3.0.0

Published by github-actions[bot] 3 months ago

Changes

Features

  • Add option to use orjson or ujson @sanders41 (##993)

⚠️ Breaking changes

  • Add option to use orjson or ujson @sanders41 (#993)
  • custom_serializer is now added to the BuiltinHandler rather than sending to the functions @sanders41 (#993)
  • Drop support for Python 3.8 @sanders41 (#992)
  • Drop support for Pydantic < 2 @sanders41 (#992)
meilisearch-python-sdk - v2.12.1

Published by github-actions[bot] 3 months ago

Changes

Documentation

  • Add custom headers to documentation @sanders41 (#1015)
meilisearch-python-sdk - v2.12.0

Published by github-actions[bot] 3 months ago

Changes

Features

  • Add option to add custom headers @sanders41 (#1013)
meilisearch-python-sdk - v2.11.1

Published by github-actions[bot] 4 months ago

Changes

Bug Fixes

  • Fix issue with raising MeilisearchApiError when no JSON returned @sanders41 (#983)
meilisearch-python-sdk - v2.11.0

Published by github-actions[bot] 4 months ago

Changes

Features

  • Update for meilisearch 1.9.0 @sanders41 (#947)
  • Make matching_strategy a literal with all, last, and frequency @sanders41 (#954)
  • Add ranking_score_threshold parameter to search @sanders41 (#955)
  • Add similar search @sanders41 (#959)
  • Add ranking_score_threshold to facet search @sanders41 (#960)
meilisearch-python-sdk - v2.10.1

Published by github-actions[bot] 4 months ago

Changes

  • Fix httpx depreciation warning @sanders41 (#966)
meilisearch-python-sdk - v2.10.0

Published by github-actions[bot] 5 months ago

Features

  • Allow passing a custom serializer for documents @sanders41 (#957)
meilisearch-python-sdk - v2.9.0

Published by github-actions[bot] 6 months ago

Changes

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.8.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.

  • Only import types when type checking for slight performance boost @sanders41 (#916)

Features

  • Update for Meilisearch v1.8.0 @sanders41 (#890)
  • Add option to specify a timeout for index creation wait @sanders41 (#920)
  • Add search-cutoff-ms settings @MEP66 (#906)
  • Update hybrid search for Meilisearch v1.8.0 @sanders41 (#893)
meilisearch-python-sdk - v2.8.0

Published by github-actions[bot] 8 months ago

Changes

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.7.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.

Features

  • Update for Meilisearch v1.7.0 @sanders41 (#842)
meilisearch-python-sdk - v2.7.0

Published by github-actions[bot] 8 months ago

Changes

Features

  • Add option to compress data before sending @sanders41 (#862)
meilisearch-python-sdk - v2.6.2

Published by github-actions[bot] 9 months ago

Changes

Bug Fixes

  • Fix typo in default header @sanders41 (#845)
meilisearch-python-sdk - v2.6.1

Published by github-actions[bot] 9 months ago

Changes

  • Make fields optional in embedder models @sanders41 (#839)
meilisearch-python-sdk - v2.6.0

Published by github-actions[bot] 9 months ago

Changes

Features

  • Extend create index timeouts and make wait for settings optional @sanders41 (#816)
meilisearch-python-sdk - v2.5.0

Published by github-actions[bot] 10 months ago

This release adds support for Meilisearch 1.6.0

⚠️ Note for anyone using vector search. Meilisearch had breaking changes to vector search in 1.6.0. Because this still an experimental feature it is not considered a breaking change in this package therefore there is not a major version bump. If you are using this feature you will need to make updates to continue using vector search.

Changes

  • Add models for embedders @sanders41 (#808)
  • Update for proximity precision bug fix in 1.6.0-rc.5 @sanders41 (#805)

Features

  • Update for Meilisearch 1.6.0 @sanders41 (#786)
  • Add hybrid search @sanders41 (#809)
  • Add embedder settings @sanders41 (#801)
meilisearch-python-sdk - v2.4.0

Published by github-actions[bot] 10 months ago

Changes

  • Change JsonMapping from a Mapping to a MutableMapping @sanders41 (#797)

Features

  • Add support for plugins @sanders41 (#796)
meilisearch-python-sdk - v2.3.0

Published by github-actions[bot] 10 months ago

Changes

Features

  • Add option to update index settings at creation @sanders41 (#788)