fireproof-storage / fireproof

Realtime database, runs anywhere. Install Fireproof in your front-end app or edge function, and sync data via any backend.
https://fireproof.storage
Other
220 stars 16 forks source link

vector index #22

Open jchris opened 9 months ago

jchris commented 9 months ago

It should be doable to add cosine similarity search. Making the document ingest incremental might be the challenging part.

For now, this technique illustrated in the Fireproof alpha codebase is still relevant and will get you a working vector index as an add-on.