RagVectorDbConfig_RagManagedDb class final

The config for the default RAG-managed Vector DB.

Inheritance
  • Object
  • ProtoMessage
  • RagVectorDbConfig_RagManagedDb

Properties

ann RagVectorDbConfig_RagManagedDb_Ann?
Performs an ANN search on RagCorpus. Use this if you have a lot of files (> 10K) in your RagCorpus and want to reduce the search latency.
final
hashCode int
The hash code for this object.
no setterinherited
knn RagVectorDbConfig_RagManagedDb_Knn?
Performs a KNN search on RagCorpus. Default choice if not specified.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String