DeployQL / LintDB

Vector Database with support for late interaction and token level embeddings.
https://www.lintdb.com/
Apache License 2.0
40 stars 0 forks source link

A user should be able to filter documents #7

Open mtbarta opened 2 months ago

mtbarta commented 2 months ago

As a user of LintDB, I want to be able to filter by metadata in a search so that I can more accurately retrieve my data.

Acceptance Criteria

  1. We can filter on a. strings b. dates
  2. Metadata can be returned in the search response.

We need to consider how data will be stored on disk.

We also need to consider how we'll filter data without duplicated the metadata.

Notes

I'm curious who has a good version of a query engine to think about. Quickwit is awesome and might have something similar?