Skip to main content
All docs
V25.2
  • RagOptions.VectorCollectionName Property

    Gets or sets the logical name of the vector collection (index) that stores embeddings.

    Namespace: DevExpress.AIIntegration.Docs

    Assembly: DevExpress.AIIntegration.SemanticSearch.v25.2.dll

    Declaration

    public string VectorCollectionName { get; set; }

    Property Value

    Type Default Description
    String `default_collection`

    The vector collection name.

    See Also