PSQL and async refactor #48

Merged
joshniemela merged 8 commits from psql2 into main 2024-06-26 15:05:09 +02:00
joshniemela commented 2024-06-26 15:01:25 +02:00 (Migrated from github.com)
  1. Vector store now uses PSQL as the single source of truth
  2. Vector store uses a larger quantised model which is faster and gives better results than the paragraph model
  3. Vector store now is able to concurrently update the embeddings whilst the server is running
  4. Vector store uses a different search algortihm
1. Vector store now uses PSQL as the single source of truth 2. Vector store uses a larger quantised model which is faster and gives better results than the paragraph model 3. Vector store now is able to concurrently update the embeddings whilst the server is running 4. Vector store uses a different search algortihm
Sign in to join this conversation.
No description provided.