Skip to content

Commit

Permalink
Merge pull request #1331 from qdrant/doc-payload-0
Browse files Browse the repository at this point in the history
[Doc] Add Payload CRUD Description
  • Loading branch information
davidmyriel authored Dec 2, 2024
2 parents 7ad404a + aca6c19 commit 0dfd773
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions qdrant-landing/content/documentation/concepts/payload.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ client.Upsert(context.Background(), &qdrant.UpsertPoints{

## Update payload

Updating payloads in Qdrant offers flexible methods to manage vector metadata. The **set payload** method updates specific fields while keeping others unchanged, while the **overwrite** method replaces the entire payload. Developers can also use **clear payload** to remove all metadata or delete fields to remove specific keys without affecting the rest. These options provide precise control for adapting to dynamic datasets.

### Set payload

Set only the given payload values on a point.
Expand Down

0 comments on commit 0dfd773

Please sign in to comment.