6 ms·
If it could support the pgvector extension it would be a super fast vector database with all the power of Pg - the relational aspect brings the ability to add a
by nborwankar 2y ago
If it could support the pgvector extension it would be a super fast vector database with all the power of Pg - the relational aspect brings the ability to add and query using rich domain specific metadata usually contained in relational databases.
- J_Shelby_J 2y agoI spent last week trying to do that with some of the other pg embeded libs. And then lancedb released their embedded client for rust, so I went towards that. But it's still lacking FTS. So I fell back to sqlite. have some notes here https://shelbyjenkins.github.io/blog/retrieval-is-all-you-need-2/ https://shelbyjenkins.github.io/blog/retrieval-is-all-you-ne...