querqy / chorus-elasticsearch-edition

Chorus, now for Elasticsearch!
Apache License 2.0
14 stars 12 forks source link

Adding Vector Search support in Elasticsearch #20

Closed atarora closed 1 year ago

atarora commented 1 year ago
  1. Vector search supported now in Elasticsearch with Minilm + clip model.
  2. The UI exposes 4 new ways to interact with vectors viz. Pure vector text search , Text Vector + BM25 search , pure Image vector Search , Image Vector + BM25 search
  3. Vector search can be started with ./quickstart.sh -vector
  4. Added Embedding service to support query encodings Big Thanks to @mkr for a big support on this!