Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LanceDB custom destination example code #1323

Open
wants to merge 35 commits into
base: devel
Choose a base branch
from

Conversation

Pipboyguy
Copy link
Collaborator

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

Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
@Pipboyguy Pipboyguy self-assigned this May 5, 2024
Copy link

netlify bot commented May 5, 2024

Deploy Preview for dlt-hub-docs ready!

Name Link
🔨 Latest commit dafd24f
🔍 Latest deploy log https://app.netlify.com/sites/dlt-hub-docs/deploys/66467990acb88c000889ef71
😎 Deploy Preview https://deploy-preview-1323--dlt-hub-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Pipboyguy Pipboyguy added documentation Improvements or additions to documentation destination Issue related to new destinations labels May 5, 2024
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
…mbeddings

Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
@sh-rp
Copy link
Collaborator

sh-rp commented May 8, 2024

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?

Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
@Pipboyguy Pipboyguy requested a review from sh-rp May 14, 2024 22:56
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Signed-off-by: Marcel Coetzee <marcel@mooncoon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
destination Issue related to new destinations documentation Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

LanceDB Usage Example
2 participants