|
|
|
|
|
by binocarlos
767 days ago
|
|
I helped work on the RAG part of this :-) We used https://github.com/pgvector/pgvector under the hood and found it extremely easy to integrate with our database schema - being able to just specify the structure of a table and have metadata fields alongside the embeddings made the code very easy to reason about. |
|