package qdrant

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service Collections

collections_service.proto:9

service CollectionsInternal

collections_internal_service.proto:9

service Points

points_service.proto:11

service PointsInternal

points_internal_service.proto:11

service Qdrant

qdrant.proto:14

service Raft

raft_service.proto:9

service Snapshots

snapshots_service.proto:10

message AliasDescription

collections.proto:332

Used in: ListAliasesResponse

message AliasOperations

collections.proto:303

Used in: ChangeAliases

message BatchResult

points.proto:365

Used in: RecommendBatchResponse, SearchBatchResponse

message ClearPayloadPoints

points.proto:114

Used as request type in: Points.ClearPayload

Used as field type in: ClearPayloadPointsInternal

message CollectionConfig

collections.proto:251

Used in: CollectionInfo

message CollectionDescription

collections.proto:32

Used in: ListCollectionsResponse

message CollectionInfo

collections.proto:285

Used in: GetCollectionInfoResponse

message CollectionOperationResponse

collections.proto:231

Used as response type in: Collections.Create, Collections.Delete, Collections.Update, Collections.UpdateAliases, CollectionsInternal.Initiate

message CollectionParams

collections.proto:236

Used in: CollectionConfig

message CollectionParamsDiff

collections.proto:246

Used in: UpdateCollection

enum CollectionStatus

collections.proto:53

Used in: CollectionInfo

enum CompressionRatio

collections.proto:74

Used in: ProductQuantization

message Condition

points.proto:431

Used in: Filter

message CountPoints

points.proto:305

Used as request type in: Points.Count

Used as field type in: CountPointsInternal

message CountResponse

points.proto:379

Used as response type in: Points.Count, PointsInternal.Count

message CountResult

points.proto:390

Used in: CountResponse

message CreateAlias

collections.proto:311

Used in: AliasOperations

message CreateFieldIndexCollection

points.proto:129

Used as request type in: Points.CreateFieldIndex

Used as field type in: CreateFieldIndexCollectionInternal

message CreateSnapshotResponse

snapshots_service.proto:65

Used as response type in: Snapshots.Create, Snapshots.CreateFull

message DeleteAlias

collections.proto:321

Used in: AliasOperations

message DeleteFieldIndexCollection

points.proto:138

Used as request type in: Points.DeleteFieldIndex

Used as field type in: DeleteFieldIndexCollectionInternal

message DeletePayloadPoints

points.proto:105

Used as request type in: Points.DeletePayload

Used as field type in: DeletePayloadPointsInternal

message DeletePointVectors

points.proto:88

Used as request type in: Points.DeleteVectors

Used as field type in: DeleteVectorsInternal

message DeletePoints

points.proto:60

Used as request type in: Points.Delete

Used as field type in: DeletePointsInternal

message DeleteSnapshotResponse

snapshots_service.proto:75

Used as response type in: Snapshots.Delete, Snapshots.DeleteFull

enum Distance

collections.proto:46

Used in: VectorParams

message FieldCondition

points.proto:459

Used in: Condition

enum FieldType

points.proto:121

Used in: CreateFieldIndexCollection

message Filter

points.proto:425

Used in: Condition, CountPoints, NestedCondition, PointsSelector, RecommendPointGroups, RecommendPoints, ScrollPoints, SearchPointGroups, SearchPoints

message GeoBoundingBox

points.proto:496

Used in: FieldCondition

message GeoPoint

points.proto:541

Used in: GeoBoundingBox, GeoRadius

message GeoRadius

points.proto:501

Used in: FieldCondition

message GetCollectionInfoRequest

collections.proto:25

Used as request type in: Collections.Get

Used as field type in: GetCollectionInfoRequestInternal

message GetCollectionInfoResponse

collections.proto:36

Used as response type in: Collections.Get, CollectionsInternal.Get

message GetPoints

points.proto:67

Used as request type in: Points.Get

Used as field type in: GetPointsInternal

message GetResponse

points.proto:401

Used as response type in: Points.Get, PointsInternal.Get

message GroupId

points.proto:340

Used in: PointGroup

message GroupsResult

points.proto:356

Used in: RecommendGroupsResponse, SearchGroupsResponse

message HasIdCondition

points.proto:450

Used in: Condition

message HnswConfigDiff

collections.proto:87

Used in: CollectionConfig, CreateCollection, VectorParams

message IsEmptyCondition

points.proto:442

Used in: Condition

message IsNullCondition

points.proto:446

Used in: Condition

message ListAliasesResponse

collections.proto:337

Used as response type in: Collections.ListAliases, Collections.ListCollectionAliases

message ListSnapshotsResponse

snapshots_service.proto:70

Used as response type in: Snapshots.List, Snapshots.ListFull

message ListValue

json_with_int.proto:60

`ListValue` is a wrapper around a repeated field of values. The JSON representation for `ListValue` is a JSON array.

Used in: Value

message LocalShardInfo

collections.proto:354

Used in: CollectionClusterInfoResponse

message LookupLocation

points.proto:260

Used in: RecommendPointGroups, RecommendPoints

message Match

points.proto:468

Used in: FieldCondition

message MoveShard

collections.proto:381

Used in: UpdateCollectionClusterSetupRequest

message NamedVectors

points.proto:161

Used in: Vectors

message NestedCondition

points.proto:454

Used in: Condition

enum NullValue

json_with_int.proto:52

`NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`.

Used in: Value

message OptimizerStatus

collections.proto:82

Used in: CollectionInfo

message OptimizersConfigDiff

collections.proto:122

Used in: CollectionConfig, CreateCollection, UpdateCollection

message PayloadExcludeSelector

points.proto:149

Used in: WithPayloadSelector

message PayloadIncludeSelector

points.proto:145

Used in: WithPayloadSelector

message PayloadIndexParams

collections.proto:273

Used in: CreateFieldIndexCollection, PayloadSchemaInfo

message PayloadSchemaInfo

collections.proto:279

Used in: CollectionInfo

enum PayloadSchemaType

collections.proto:60

Used in: PayloadSchemaInfo

message Peer

raft_service.proto:36

Used in: AllPeers

message PeerId

raft_service.proto:47

Used as request type in: Raft.AddPeerAsParticipant, Raft.WhoIs

message PointGroup

points.proto:351

Used in: GroupsResult

message PointId

points.proto:38

Used in: GetPoints, HasIdCondition, PointStruct, PointVectors, PointsIdsList, RecommendPointGroups, RecommendPoints, RetrievedPoint, ScoredPoint, ScrollPoints, ScrollResponse, SyncPoints

message PointStruct

points.proto:533

Used in: SyncPoints, UpsertPoints

message PointVectors

points.proto:83

Used in: UpdatePointVectors

message PointsIdsList

points.proto:524

Used in: PointsSelector

message PointsOperationResponse

points.proto:315

Used as response type in: Points.ClearPayload, Points.CreateFieldIndex, Points.Delete, Points.DeleteFieldIndex, Points.DeletePayload, Points.DeleteVectors, Points.OverwritePayload, Points.SetPayload, Points.UpdateVectors, Points.Upsert, PointsInternal.ClearPayload, PointsInternal.CreateFieldIndex, PointsInternal.Delete, PointsInternal.DeleteFieldIndex, PointsInternal.DeletePayload, PointsInternal.DeleteVectors, PointsInternal.OverwritePayload, PointsInternal.SetPayload, PointsInternal.Sync, PointsInternal.UpdateVectors, PointsInternal.Upsert

message PointsSelector

points.proto:517

Used in: ClearPayloadPoints, DeletePayloadPoints, DeletePointVectors, DeletePoints, SetPayloadPoints

message ProductQuantization

collections.proto:190

Used in: QuantizationConfig

message QuantizationConfig

collections.proto:195

Used in: CollectionConfig, CreateCollection, VectorParams

message QuantizationSearchParams

points.proto:183

Used in: SearchParams

enum QuantizationType

collections.proto:69

Used in: ScalarQuantization

message Range

points.proto:489

Used in: FieldCondition

message ReadConsistency

points.proto:27

Used in: GetPoints, RecommendBatchPoints, RecommendPointGroups, RecommendPoints, ScrollPoints, SearchBatchPoints, SearchPointGroups, SearchPoints

enum ReadConsistencyType

points.proto:21

Used in: ReadConsistency

message RecommendPoints

points.proto:265

Used as request type in: Points.Recommend

Used as field type in: RecommendBatchPoints, RecommendPointsInternal

message RecommendResponse

points.proto:406

Used as response type in: Points.Recommend, PointsInternal.Recommend

message RemoteShardInfo

collections.proto:360

Used in: CollectionClusterInfoResponse

message RenameAlias

collections.proto:316

Used in: AliasOperations

message RepeatedIntegers

points.proto:485

Used in: Match

message RepeatedStrings

points.proto:481

Used in: Match

message Replica

collections.proto:387

Used in: UpdateCollectionClusterSetupRequest

enum ReplicaState

collections.proto:346

Used in: LocalShardInfo, RemoteShardInfo

message RetrievedPoint

points.proto:394

Used in: GetResponse, ScrollResponse

message ScalarQuantization

collections.proto:184

Used in: QuantizationConfig

message ScoredPoint

points.proto:331

Used in: BatchResult, PointGroup, RecommendResponse, SearchResponse

message ScrollPoints

points.proto:249

Used as request type in: Points.Scroll

Used as field type in: ScrollPointsInternal

message ScrollResponse

points.proto:384

Used as response type in: Points.Scroll, PointsInternal.Scroll

message SearchBatchResponse

points.proto:369

Used as response type in: Points.SearchBatch, PointsInternal.SearchBatch

message SearchParams

points.proto:195

Used in: RecommendPointGroups, RecommendPoints, SearchPointGroups, SearchPoints

message SearchPoints

points.proto:213

Used as request type in: Points.Search

Used as field type in: SearchBatchPoints, SearchBatchPointsInternal, SearchPointsInternal

message SearchResponse

points.proto:360

Used as response type in: Points.Search, PointsInternal.Search

message SetPayloadPoints

points.proto:96

Used as request type in: Points.OverwritePayload, Points.SetPayload

Used as field type in: SetPayloadPointsInternal

message SetPayloadPointsInternal

points_internal_service.proto:66

Used as request type in: PointsInternal.OverwritePayload, PointsInternal.SetPayload

message ShardTransferInfo

collections.proto:366

Used in: CollectionClusterInfoResponse

message SnapshotDescription

snapshots_service.proto:59

Used in: CreateSnapshotResponse, ListSnapshotsResponse

message Struct

json_with_int.proto:17

`Struct` represents a structured data value, consisting of fields which map to dynamically typed values. In some languages, `Struct` might be supported by a native representation. For example, in scripting languages like JS a struct is represented as an object. The details of that representation are described together with the proto support for the language. The JSON representation for `Struct` is a JSON object.

Used in: Value

message SyncPoints

points_internal_service.proto:32

Used in: SyncPointsInternal

message TextIndexParams

collections.proto:266

Used in: PayloadIndexParams

enum TokenizerType

collections.proto:259

Used in: TextIndexParams

message UpdatePointVectors

points.proto:76

Used as request type in: Points.UpdateVectors

Used as field type in: UpdateVectorsInternal

message UpdateResult

points.proto:320

Used in: PointsOperationResponse

enum UpdateStatus

points.proto:325

Used in: UpdateResult

message UpsertPoints

points.proto:53

Used as request type in: Points.Upsert

Used as field type in: UpsertPointsInternal

message Value

json_with_int.proto:28

`Value` represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values. A producer of value is expected to set one of those variants, absence of any variant indicates an error. The JSON representation for `Value` is a JSON value.

Used in: ListValue, PointStruct, RetrievedPoint, ScoredPoint, SetPayloadPoints, Struct

message ValuesCount

points.proto:506

Used in: FieldCondition

message Vector

points.proto:45

Used in: NamedVectors, Vectors

message VectorParams

collections.proto:6

Used in: VectorParamsMap, VectorsConfig

message VectorParamsMap

collections.proto:14

Used in: VectorsConfig

message Vectors

points.proto:165

Used in: PointStruct, PointVectors, RetrievedPoint, ScoredPoint

message VectorsConfig

collections.proto:18

Used in: CollectionParams, CreateCollection

message VectorsSelector

points.proto:172

Used in: DeletePointVectors, WithVectorsSelector

message WalConfigDiff

collections.proto:117

Used in: CollectionConfig, CreateCollection

message WithPayloadSelector

points.proto:153

Used in: GetPoints, RecommendPointGroups, RecommendPoints, ScrollPoints, SearchPointGroups, SearchPoints

message WithVectorsSelector

points.proto:176

Used in: GetPoints, RecommendPointGroups, RecommendPoints, ScrollPoints, SearchPointGroups, SearchPoints

message WriteOrdering

points.proto:17

Used in: ClearPayloadPoints, CreateFieldIndexCollection, DeleteFieldIndexCollection, DeletePayloadPoints, DeletePointVectors, DeletePoints, SetPayloadPoints, SyncPoints, UpdatePointVectors, UpsertPoints

enum WriteOrderingType

points.proto:11

Used in: WriteOrdering