Qdrant · Schema
UpdateMode
Defines the mode of the upsert operation * `upsert` - default mode, insert new points, update existing points * `insert_only` - only insert new points, do not update existing points * `update_only` - only update existing points, do not insert new points
AIArtificial IntelligenceVector Databases