Skip to main content
All docs
V25.2
  • RagOptions Properties

    Contains retrieval‑augmented generation (RAG) settings for Office File API AI extension methods.
    Name Description
    AugmentationChunkCount Sets or sets the number of most relevant chunks.
    ChunkSize Gets or sets the maximum number of characters in each content chunk.
    RebuildEmbeddings Specifies whether to regenerate vector embeddings for document chunks if the document was modified.
    VectorCollectionName Gets or sets the logical name of the vector collection (index) that stores embeddings.
    VectorDimensions Gets or sets the dimensionality of vector embeddings.
    See Also