public interface QueryDocRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsSparseVector(int key)
map<uint32, float> sparse_vector = 7; |
boolean |
containsVectors(String key)
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9; |
String |
getFilter()
string filter = 3; |
com.google.protobuf.ByteString |
getFilterBytes()
string filter = 3; |
String |
getId()
string id = 8; |
com.google.protobuf.ByteString |
getIdBytes()
string id = 8; |
boolean |
getIncludeVector()
bool include_vector = 4; |
String |
getOutputFields(int index)
repeated string output_fields = 6; |
com.google.protobuf.ByteString |
getOutputFieldsBytes(int index)
repeated string output_fields = 6; |
int |
getOutputFieldsCount()
repeated string output_fields = 6; |
List<String> |
getOutputFieldsList()
repeated string output_fields = 6; |
String |
getPartition()
string partition = 5; |
com.google.protobuf.ByteString |
getPartitionBytes()
string partition = 5; |
Ranker |
getRerank()
.proxima.dashvector.proto.Ranker rerank = 10; |
RankerOrBuilder |
getRerankOrBuilder()
.proxima.dashvector.proto.Ranker rerank = 10; |
Map<Integer,Float> |
getSparseVector()
已过时。
|
int |
getSparseVectorCount()
map<uint32, float> sparse_vector = 7; |
Map<Integer,Float> |
getSparseVectorMap()
map<uint32, float> sparse_vector = 7; |
float |
getSparseVectorOrDefault(int key,
float defaultValue)
map<uint32, float> sparse_vector = 7; |
float |
getSparseVectorOrThrow(int key)
map<uint32, float> sparse_vector = 7; |
int |
getTopk()
int32 topk = 2; |
Vector |
getVector()
collection_name in metadata
.proxima.dashvector.proto.Vector vector = 1; |
VectorOrBuilder |
getVectorOrBuilder()
collection_name in metadata
.proxima.dashvector.proto.Vector vector = 1; |
Map<String,VectorQuery> |
getVectors()
已过时。
|
int |
getVectorsCount()
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9; |
Map<String,VectorQuery> |
getVectorsMap()
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9; |
VectorQuery |
getVectorsOrDefault(String key,
VectorQuery defaultValue)
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9; |
VectorQuery |
getVectorsOrThrow(String key)
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9; |
boolean |
hasRerank()
.proxima.dashvector.proto.Ranker rerank = 10; |
boolean |
hasVector()
collection_name in metadata
.proxima.dashvector.proto.Vector vector = 1; |
boolean hasVector()
collection_name in metadata
.proxima.dashvector.proto.Vector vector = 1;Vector getVector()
collection_name in metadata
.proxima.dashvector.proto.Vector vector = 1;VectorOrBuilder getVectorOrBuilder()
collection_name in metadata
.proxima.dashvector.proto.Vector vector = 1;int getTopk()
int32 topk = 2;String getFilter()
string filter = 3;com.google.protobuf.ByteString getFilterBytes()
string filter = 3;boolean getIncludeVector()
bool include_vector = 4;String getPartition()
string partition = 5;com.google.protobuf.ByteString getPartitionBytes()
string partition = 5;List<String> getOutputFieldsList()
repeated string output_fields = 6;int getOutputFieldsCount()
repeated string output_fields = 6;String getOutputFields(int index)
repeated string output_fields = 6;index - The index of the element to return.com.google.protobuf.ByteString getOutputFieldsBytes(int index)
repeated string output_fields = 6;index - The index of the value to return.int getSparseVectorCount()
map<uint32, float> sparse_vector = 7;boolean containsSparseVector(int key)
map<uint32, float> sparse_vector = 7;@Deprecated Map<Integer,Float> getSparseVector()
getSparseVectorMap() instead.float getSparseVectorOrDefault(int key,
float defaultValue)
map<uint32, float> sparse_vector = 7;float getSparseVectorOrThrow(int key)
map<uint32, float> sparse_vector = 7;String getId()
string id = 8;com.google.protobuf.ByteString getIdBytes()
string id = 8;int getVectorsCount()
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9;boolean containsVectors(String key)
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9;@Deprecated Map<String,VectorQuery> getVectors()
getVectorsMap() instead.Map<String,VectorQuery> getVectorsMap()
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9;VectorQuery getVectorsOrDefault(String key, VectorQuery defaultValue)
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9;VectorQuery getVectorsOrThrow(String key)
vector will be ignored if vectors is set
map<string, .proxima.dashvector.proto.VectorQuery> vectors = 9;boolean hasRerank()
.proxima.dashvector.proto.Ranker rerank = 10;Ranker getRerank()
.proxima.dashvector.proto.Ranker rerank = 10;RankerOrBuilder getRerankOrBuilder()
.proxima.dashvector.proto.Ranker rerank = 10;Copyright © 2024. All rights reserved.