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

Added Elasticsearch datastore #83

Closed

Conversation

sebastian-montero
Copy link
Contributor

@sebastian-montero sebastian-montero commented Mar 28, 2023

Adds support for Elasticsearch datastores to use with the ChatGPT retrieval plug in.

closes #52

Note that because of Lucene limitations, Elasticsearch does not support vectors with dimensions > 1024.
See: apache/lucene#11507, apache/lucene#874

@benwtrent
Copy link

Hey @sebastian-montero this is good stuff. Take a look here: elastic/elasticsearch#95257

In 8.8, elastic will support > 1024 dims for vector storage.

@hinatades
Copy link

Elasticsearch 8.8 has been released 🎉
https://github.com/elastic/elasticsearch/releases/tag/v8.8.0

@serenachou
Copy link

@sebastian-montero , we are eager to help where possible. Is there something you need assistance with in regards to this PR?

@joemcelroy joemcelroy mentioned this pull request Jul 21, 2023
4 tasks
@sebastian-montero
Copy link
Contributor Author

sebastian-montero commented Jul 26, 2023

Closing this pull request as @joemcelroy from the Elastic team has created a new PR from this one and is expanding on the requirements.

New PR: #343

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.

Support for Elasticsearch data store
4 participants