chatgpt-retrieval-plugin
chatgpt-retrieval-plugin copied to clipboard
Added Elasticsearch datastore
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
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.
Elasticsearch 8.8 has been released 🎉 https://github.com/elastic/elasticsearch/releases/tag/v8.8.0
@sebastian-montero , we are eager to help where possible. Is there something you need assistance with in regards to this PR?
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