Skip to content

Commit

Permalink
Refined documentation with minor improvements (#1760)
Browse files Browse the repository at this point in the history
* small improvements

* Updated lancedb title
  • Loading branch information
dat-a-man authored Sep 6, 2024
1 parent 1b66e0e commit 84a8e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
---
title: Custom Destination with LanceDB
title: Custom destination with LanceDB
description: Learn how use the custom destination to load to LanceDB.
keywords: [destination, credentials, example, lancedb, custom destination, vectorstore, AI, LLM]
---
Expand Down
7 changes: 4 additions & 3 deletions docs/website/docs/general-usage/incremental-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ dataset with the merge write disposition.
## Merge incremental loading

The `merge` write disposition can be used with three different strategies:
1) `delete-insert` (default strategy)
2) `scd2`
3) `upsert`

1. `delete-insert` (default strategy)
2. `scd2`
3. `upsert`

### `delete-insert` strategy

Expand Down

0 comments on commit 84a8e25

Please sign in to comment.