VertexRagStore constructor
VertexRagStore({
- List<
String> ragCorpora = const [], - List<
VertexRagStore_RagResource> ragResources = const [], - int? similarityTopK,
- double? vectorDistanceThreshold,
- RagRetrievalConfig? ragRetrievalConfig,
- bool storeContext = false,
Implementation
VertexRagStore({
this.ragCorpora = const [],
this.ragResources = const [],
this.similarityTopK,
this.vectorDistanceThreshold,
this.ragRetrievalConfig,
this.storeContext = false,
}) : super(fullyQualifiedName);