DeployQL / LintDB

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

Add CI build and testing for PRs #15

Closed mtbarta closed 5 months ago

mtbarta commented 5 months ago

This PR adds a github action to run CI tests.

In order to do this, we move cmake configuration from the make script to the cmake presets json file.

In doing this, I enabled more warnings and cleaned a few up.