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

Add an ONNX model server #18

Closed mtbarta closed 1 month ago

mtbarta commented 2 months ago

We could reduce some friction in getting started by including a way to create embeddings.

Perhaps we have a IndexBuilder(IndexIVF* index) that helps us index data?

we could start with one method: add(string text).