estuary / connectors

Connectors for capturing data from external data sources
Other
50 stars 17 forks source link

Request a connector to [capture from | materialize to] [your favorite system] #2105

Open wenestam opened 3 weeks ago

wenestam commented 3 weeks ago

System Name

Qdrant

Type

Materialize

Details

Qdrant, similar to Elasticsearch or Pinecone is a popular vector database.

We use qdrant for various vector search tasks. These vectors are created based on text values stored in Postgres. We need to be able to make sure parts of Postgres are synced with qdrant to enable good vector search in our product. A lot of AI products are dependent on this and should be a highly relevant use case for the Estuary team.

dyaffe commented 3 weeks ago

Thanks for this request @wenestam

This is definitely a system we target a native integration with. In the meantime, perhaps it would be possible to use the Kafka connect connector and our Dekaf broker? We haven't tried it out but that likely would work.