diff --git a/docs/website/docs/dlt-ecosystem/destinations/lancedb.md b/docs/website/docs/dlt-ecosystem/destinations/lancedb.md index 4d0a5c7a27..8b7f3854ee 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/lancedb.md +++ b/docs/website/docs/dlt-ecosystem/destinations/lancedb.md @@ -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 diff --git a/docs/website/docs/dlt-ecosystem/destinations/qdrant.md b/docs/website/docs/dlt-ecosystem/destinations/qdrant.md index 13058ef288..5fc8097440 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/qdrant.md +++ b/docs/website/docs/dlt-ecosystem/destinations/qdrant.md @@ -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