meilisearch / meilisearch-rails

Meilisearch integration for Ruby on Rails
https://www.meilisearch.com
MIT License
295 stars 48 forks source link

Semantic Search using Embeddings #324

Closed AliOsm closed 7 months ago

AliOsm commented 7 months ago

Description Meilisearch is currently supporting vector search, I think adding support to meilisearch-rails for vector search will add a lot of values to ActiveModel and how to use them for searching. Instead of talking with the API directly.

Basic example I created a very basic gem named Chromable to simplify the integration between Rails and ChromaDB. I think the same idea could be applied in meilisearch-rails.

ellnix commented 7 months ago

This looks like a duplicate of #316

curquiza commented 7 months ago

Closing in favor of #316 then