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 retrieve different types of Metadata #31

Open mtbarta opened 2 weeks ago

mtbarta commented 2 weeks ago

As a user, I want to be able to store dates, names, and other metadata so that I can use it to filter correctly.

Acceptance Criteria

  1. If a user gives us a date, we store it as a timestamp.
  2. If a user gives us an integer, we store it as an integer.
  3. If a user retrieves a document with these types of metadata, we return the correct type.