Skip to content

Commit

Permalink
Updated lancedb.md and qdrant.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Aug 23, 2024
1 parent 0506c3a commit 2dcb8d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/dlt-ecosystem/destinations/lancedb.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ When using the `lancedb_adapter`, it's important to apply it directly to resourc
products_tables = sql_database().with_resources("products", "customers")

pipeline = dlt.pipeline(
pipeline_name="postgres_to_weaviate_pipeline",
destination="weaviate",
pipeline_name="postgres_to_lancedb_pipeline",
destination="lancedb",
)

# apply adapter to the needed resources
Expand Down
4 changes: 2 additions & 2 deletions docs/website/docs/dlt-ecosystem/destinations/qdrant.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ When using the `qdrant_adapter`, it's important to apply it directly to resource
products_tables = sql_database().with_resources("products", "customers")

pipeline = dlt.pipeline(
pipeline_name="postgres_to_weaviate_pipeline",
destination="weaviate",
pipeline_name="postgres_to_qdrant_pipeline",
destination="qdrant",
)

# apply adapter to the needed resources
Expand Down

0 comments on commit 2dcb8d7

Please sign in to comment.