Package ai.vectros.types
Interface RagSearchResult.DocumentIdStage
- All Known Implementing Classes:
RagSearchResult.Builder
- Enclosing class:
RagSearchResult
public static interface RagSearchResult.DocumentIdStage
-
Method Summary
Modifier and TypeMethodDescriptiondocumentId(@NotNull String documentId) The stable identifier of the matched result (a document or a record).from(RagSearchResult other)
-
Method Details
-
documentId
The stable identifier of the matched result (a document or a record).
-
from
-