-
Notifications
You must be signed in to change notification settings - Fork 217
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
Conversation
Signed-off-by: Marcel Coetzee <[email protected]>
✅ Deploy Preview for dlt-hub-docs canceled.
|
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
…mbeddings Signed-off-by: Marcel Coetzee <[email protected]>
# Conflicts: # poetry.lock
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
docs/examples/custom_destination_lancedb/custom_destination_lancedb.py
Outdated
Show resolved
Hide resolved
docs/examples/custom_destination_lancedb/custom_destination_lancedb.py
Outdated
Show resolved
Hide resolved
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 <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
Signed-off-by: Marcel Coetzee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is so good! thx @Pipboyguy
@rahuljo if you could help me with this:
|
# Conflicts: # poetry.lock # pyproject.toml
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