View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfig (google_api_ai_platform v0.24.0)
Config for the Vector DB to use for RAG.
Attributes
-
apiAuth(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ApiAuth.t, default:nil) - Authentication config for the chosen Vector DB. -
pinecone(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfigPinecone.t, default:nil) - The config for the Pinecone. -
ragEmbeddingModelConfig(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagEmbeddingModelConfig.t, default:nil) - Optional. Immutable. The embedding model config of the Vector DB. -
vertexVectorSearch(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch.t, default:nil) - The config for the Vertex Vector Search.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfig{ apiAuth: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ApiAuth.t() | nil, pinecone: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfigPinecone.t() | nil, ragEmbeddingModelConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagEmbeddingModelConfig.t() | nil, vertexVectorSearch: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1RagVectorDbConfigVertexVectorSearch.t() | nil }