dlt icon indicating copy to clipboard operation
dlt copied to clipboard

Add LanceDB custom destination example code

Open Pipboyguy opened this issue 1 year ago • 2 comments

Description

Showcases integration of LanceDB, an open-source vector database, as a custom destination within the dlt ecosystem. It includes a Python script that demonstrates how to set up LanceDB as a custom destination and populate the vector store with data from spotify api.

Related Issues

  • Resolves #1322

Pipboyguy avatar May 05 '24 20:05 Pipboyguy

Deploy Preview for dlt-hub-docs canceled.

Name Link
Latest commit 6655f5613a47fe1141ebd63e5ff698ad82c6461a
Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/667973f722ff6e000758f214

netlify[bot] avatar May 05 '24 20:05 netlify[bot]

It's a pretty cool example! But why are we not using our rest client? This will make the code much shorter and also showcase some of our other features. And we need to be able to run this on CI, so we need to have somebodies spotify login, maybe a free account would do for this?

sh-rp avatar May 08 '24 08:05 sh-rp

@rahuljo if you could help me with this:

  1. set up cohere account
  2. add the secret (see the code for the key) to google vault (ping me if you need help)
  3. rerun the docs tests (that is failing) and then we merge it!

rudolfix avatar Jun 05 '24 08:06 rudolfix