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

Mapping Error with elasticsearch 8.10.0 #2

Closed
wants to merge 1 commit into from

Conversation

mathislucka
Copy link
Member

I noticed when using the provided docker-compose.yml that indexing (and querying) dense vectors fails with the following error:

raise HTTP_EXCEPTIONS.get(meta.status, ApiError)( elasticsearch.BadRequestError: BadRequestError(400, 'mapper_parsing_exception', 'Missing required parameter [dims] for field [embedding]')

Changing to elasticsearch 8.11.1 as described in the docs here has resolved the issue for me.

@mathislucka
Copy link
Member Author

NVM realized that this is in core integrations now.

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

Successfully merging this pull request may close these issues.

1 participant