DeployQL / LintDB

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

Set configuration for index properly. run collection benchmark #24

Closed mtbarta closed 6 months ago

mtbarta commented 6 months ago

This fixes how the index configuration object works. Previously, we used constructor chaining to create the encoder, but that wasn't working.

Now, since creating the encoder is one line, we don't have to chain constructors.