vertexRagStore

public abstract Retrieval.Builder vertexRagStore(VertexRagStore vertexRagStore)

Setter for vertexRagStore.

vertexRagStore: Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.


@CanIgnoreReturnValue()
public Retrieval.Builder vertexRagStore(VertexRagStore.Builder vertexRagStoreBuilder)

Setter for vertexRagStore builder.

vertexRagStore: Set to use data source powered by Vertex RAG store. User data is uploaded via the VertexRagDataService.