RetrieveContextsRequest_VertexRagStore class final
The data source for Vertex RagStore.
- Inheritance
-
- Object
- ProtoMessage
- RetrieveContextsRequest_VertexRagStore
Constructors
-
RetrieveContextsRequest_VertexRagStore({List<
String> ragCorpora = const [], List<RetrieveContextsRequest_VertexRagStore_RagResource> ragResources = const [], double? vectorDistanceThreshold}) - RetrieveContextsRequest_VertexRagStore.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited -
ragCorpora
→ List<
String> -
Optional. Deprecated. Please use rag_resources to specify the data
source.
final
-
ragResources
→ List<
RetrieveContextsRequest_VertexRagStore_RagResource> -
Optional. The representation of the rag source. It can be used to specify
corpus only or ragfiles. Currently only support one corpus or multiple
files from one corpus. In the future we may open up multiple corpora
support.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vectorDistanceThreshold → double?
-
Optional. Only return contexts with vector distance smaller than the
threshold.
final
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