GoogleCloudAiplatformV1RagVectorDbConfig class
Config for the Vector DB to use for RAG.
Constructors
- GoogleCloudAiplatformV1RagVectorDbConfig.new({GoogleCloudAiplatformV1ApiAuth? apiAuth, GoogleCloudAiplatformV1RagVectorDbConfigPinecone? pinecone, GoogleCloudAiplatformV1RagEmbeddingModelConfig? ragEmbeddingModelConfig, GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb? ragManagedDb, GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch? vertexVectorSearch})
- GoogleCloudAiplatformV1RagVectorDbConfig.fromJson(Map json_)
Properties
- apiAuth ↔ GoogleCloudAiplatformV1ApiAuth?
-
Authentication config for the chosen Vector DB.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- pinecone ↔ GoogleCloudAiplatformV1RagVectorDbConfigPinecone?
-
The config for the Pinecone.
getter/setter pair
- ragEmbeddingModelConfig ↔ GoogleCloudAiplatformV1RagEmbeddingModelConfig?
-
The embedding model config of the Vector DB.
getter/setter pair
- ragManagedDb ↔ GoogleCloudAiplatformV1RagVectorDbConfigRagManagedDb?
-
The config for the RAG-managed Vector DB.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vertexVectorSearch ↔ GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch?
-
The config for the Vertex Vector Search.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited