Postgres Storage
Closed this issue · 3 comments
timonv commented
Postgres with PGVector is popular for good reasons and it makes sense to support it. There are two parts to the integration, implementing Persist
and implementing (various) search strategies.
Before implementation; since Postgres is not schemaless, I'm especially interested in a setup that alligns with other forms of storage and how we deal with additional fields (ie metadata).