Code Monkey home page Code Monkey logo

Comments (1)

guimachiavelli avatar guimachiavelli commented on June 26, 2024

Errors

New? Status code Error code Caused by Error message
NEW 400 invalid_similar_id id in request does not respect the format for document identifiers the provided id is invalid. A document identifier can be of type integer or string, only composed of alphanumeric characters (a-z A-Z 0-9), hyphens (-) and underscores (_).
NEW 400 not_found_similar_id the document associated with the provided id was not found in the index Document {id} not found.
NEW 400 invalid_similar_attributes_to_retrieve The https://www.meilisearch.com/docs/reference/api/search#attributes-to-retrieve parameter is invalid. It should be an array of strings, a string, or set to null.
NEW 400 invalid_similar_filter This error occurs: if the filter parameter is invalid (It should be a string, array of strings, or array of array of strings for the POST endpoint, It should be a string for the GET endpoint). If the attribute used for filtering is not defined in the filterableAttributes list. If the filter expression has a missing or invalid operator. Read more about our supported operators
NEW 400 invalid_similar_limit The https://www.meilisearch.com/docs/reference/api/search#limit parameter is invalid. It should be an integer.
NEW 400 invalid_similar_offset The offset parameter is invalid. It should be an integer.
NEW 400 invalid_similar_show_ranking_score The ranking_score parameter is invalid. It should be a boolean.
NEW 400 invalid_similar_show_ranking_score_details The ranking_score_details parameter is invalid. It should be a boolean.
Reused 400 invalid_embedder
The embedder parameter is invalid. It should be a string corresponding to the name of a configured embedder.
Reused 400 vector_embedding_error Error while generating embeddings: {explanation}

from documentation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.