bosun-ai/swiftide

Postgres Storage

Closed this issue · 3 comments

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).

Hello @timonv , I am interested to work on this, Could you please assign it to me.

Hi @shamb0, thanks for your interest, ofcourse! I'd suggest to split up the PRs in (at least) two, indexing and querying seperately. What are your thoughts on schema management?

Thanks @timonv, Sounds Good. I will make two PR's. :-)