Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document _vector.embedder_name #3049

Open
guimachiavelli opened this issue Nov 13, 2024 · 1 comment
Open

Document _vector.embedder_name #3049

guimachiavelli opened this issue Nov 13, 2024 · 1 comment

Comments

@guimachiavelli
Copy link
Member

According to a Slack discussion (private link), users may instruct Meilisearch not to generate embeddings for a document by including the following field:

{

  "_vectors" : {
    "embedder_name": null
  }
}

We could one or both of two things:

  1. Create a very short guide "Exclude specific documents from an embedder"
  2. Create a reference for documents, exhaustively describing not only _vectors, but other reserved fields such as _geo

References

@dureuill
Copy link
Contributor

Hello

I think both things are probably good to do.

(1) is use case oriented, (2) is more like a reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants