Table of Contents

Property Id

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

Id

Gets or sets the unique identifier for the document.

public string Id { get; set; }

Property Value

string

The unique document identifier.

Remarks

This identifier uniquely distinguishes the document within the RAG system. By default, a new Guid string is generated during construction.

You can specify an explicit ID to maintain consistency across imports or to correlate with external systems (e.g., database records, content management systems).