chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

Added Elasticsearch datastore

Open sebastian-montero opened this issue 1 year ago • 1 comments

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: https://github.com/apache/lucene/issues/11507, https://github.com/apache/lucene/pull/874

sebastian-montero avatar Mar 28 '23 01:03 sebastian-montero

Hey @sebastian-montero this is good stuff. Take a look here: https://github.com/elastic/elasticsearch/pull/95257

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

benwtrent avatar Apr 25 '23 17:04 benwtrent

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

hinatades avatar May 26 '23 05:05 hinatades

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

serenachou avatar Jun 13 '23 13:06 serenachou

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

sebastian-montero avatar Jul 26 '23 13:07 sebastian-montero