Uses of Interface
ai.vectros.types.RagSearchResult._FinalStage
Packages that use RagSearchResult._FinalStage
-
Uses of RagSearchResult._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement RagSearchResult._FinalStageMethods in ai.vectros.types that return RagSearchResult._FinalStageModifier and TypeMethodDescriptionRagSearchResult._FinalStage.additionalProperties(Map<String, Object> additionalProperties) RagSearchResult._FinalStage.additionalProperty(String key, Object value) The specific chunk of text that matched the query — the narrowest snippet, useful for citation.The specific chunk of text that matched the query — the narrowest snippet, useful for citation.The specific chunk of text that matched the query — the narrowest snippet, useful for citation.RagSearchResult._FinalStage.contextText(String contextText) RagSearchResult._FinalStage.contextText(Optional<String> contextText) The wider surrounding passage supplied to the model as context — broader thanchunkTextto better ground the answer.RagSearchResult.Builder.contextText(String contextText) The wider surrounding passage supplied to the model as context — broader thanchunkTextto better ground the answer.RagSearchResult.Builder.contextText(Optional<String> contextText) The wider surrounding passage supplied to the model as context — broader thanchunkTextto better ground the answer.RagSearchResult._FinalStage.createdAt(OffsetDateTime createdAt) RagSearchResult._FinalStage.createdAt(Optional<OffsetDateTime> createdAt) The result's creation timestamp, as an ISO-8601 UTC timestamp.RagSearchResult.Builder.createdAt(OffsetDateTime createdAt) The result's creation timestamp, as an ISO-8601 UTC timestamp.RagSearchResult.Builder.createdAt(Optional<OffsetDateTime> createdAt) The result's creation timestamp, as an ISO-8601 UTC timestamp.Metadata you supplied on the source document, such as its title, folder id, or custom tags.Metadata you supplied on the source document, such as its title, folder id, or custom tags.Metadata you supplied on the source document, such as its title, folder id, or custom tags.RagSearchResult.Builder.score(double score) The combined relevance score from hybrid ranking.RagSearchResult.ScoreStage.score(double score) The combined relevance score from hybrid ranking.RagSearchResult._FinalStage.semanticScore(Double semanticScore) RagSearchResult._FinalStage.semanticScore(Optional<Double> semanticScore) The cosine-similarity score from semantic (vector) search, from 0 to 1.RagSearchResult.Builder.semanticScore(Double semanticScore) The cosine-similarity score from semantic (vector) search, from 0 to 1.RagSearchResult.Builder.semanticScore(Optional<Double> semanticScore) The cosine-similarity score from semantic (vector) search, from 0 to 1.A display-ready snippet with the matched query terms emphasized — suitable for search-result UIs.A display-ready snippet with the matched query terms emphasized — suitable for search-result UIs.A display-ready snippet with the matched query terms emphasized — suitable for search-result UIs.The keyword (BM25) relevance score, from 0 to 1.The keyword (BM25) relevance score, from 0 to 1.The keyword (BM25) relevance score, from 0 to 1.