Closed aaronsteers closed 1 month ago
@aaronsteers this is my second choice first one is this one: https://github.com/airbytehq/PyAirbyte-Hackathon/issues/6
@Hashcode-Ankit I assigned another issue to you.
Hi Aaron,Marcos Ideally to develop this Vector DB destination, is there any samples that i can refer?
@aaronsteers do you have any resources?
Hi, @bala-ceg . The best resource right now would be to start with a copy of the new Snowflake Cortex destination. That can be found in the airbytehq/airbyte
repo under airbyte-integrations/connectors/destination-snowflake-cortex
.
This destination combines helpers from PyAirbite as well as from the vector store CDK, and is probably the best place to start.
Basic Postgres functionally can be relied upon from the PosgresSqlProcessor class in PyAirbyte, similar to how that destination builds on the Snowflake processor.
Hope this helps!!
Hi @marcosmarxm could you please assign this one to me?
@fvgm-spec - It's yours! 🙏 Let us know if you have any questions!
Hi @aaronsteers , could you please unassign me this issue? As I didn't have enough time to work on it. Thanks!
Shipped by @aldogonzalez8 last week! 🚀 🙌
Very excited to see this launched.
Closing this hackathon issue now that the connector is live.
Summary
Modeling after the Snowflake Cortex destination, this new connector would support loading to Postgres "PGVector" as a local vector store native to Postgres.
Project Description
Definition of Done
Resources to Assist