VertexRagStore constructor

VertexRagStore({
  1. List<String> ragCorpora = const [],
  2. List<VertexRagStore_RagResource> ragResources = const [],
  3. int? similarityTopK,
  4. double? vectorDistanceThreshold,
  5. RagRetrievalConfig? ragRetrievalConfig,
  6. bool storeContext = false,
})

Implementation

VertexRagStore({
  this.ragCorpora = const [],
  this.ragResources = const [],
  this.similarityTopK,
  this.vectorDistanceThreshold,
  this.ragRetrievalConfig,
  this.storeContext = false,
}) : super(fullyQualifiedName);