meilisearch-rust icon indicating copy to clipboard operation
meilisearch-rust copied to clipboard

Add support for returning document vector data when get one document

Open JiaYingZhang opened this issue 4 months ago • 1 comments

Pull Request

Related issue

What does this PR do?

  • Support return document vector data with get one document

PR checklist

Please check if your PR fulfills the following requirements:

  • [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
  • [x] Have you read the contributing guidelines?
  • [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!

Summary by CodeRabbit

  • New Features
    • Added an option to include document vector data in search results.
  • Documentation
    • Updated usage examples to demonstrate how to enable retrieval of document vectors in queries.

JiaYingZhang avatar Jun 12 '25 07:06 JiaYingZhang