Uses of Class
ai.vectros.types.PartnerSearchResult.Builder
Packages that use PartnerSearchResult.Builder
-
Uses of PartnerSearchResult.Builder in ai.vectros.types
Methods in ai.vectros.types that return PartnerSearchResult.BuilderModifier and TypeMethodDescriptionPartnerSearchResult.Builder.additionalProperties(Map<String, Object> additionalProperties) PartnerSearchResult.Builder.additionalProperty(String key, Object value) static PartnerSearchResult.BuilderPartnerSearchResult.builder()The exact text chunk that matched the query.PartnerSearchResult.Builder.contextText(String contextText) PartnerSearchResult.Builder.contextText(Optional<String> contextText) A broader passage surrounding the matched chunk.When the source item was created, as an ISO-8601 UTC timestamp.PartnerSearchResult.Builder.documentId(String documentId) PartnerSearchResult.Builder.documentId(Optional<String> documentId) The ID of the source document or record this chunk belongs to.PartnerSearchResult.Builder.from(PartnerSearchResult other) The metadata you supplied for this item when you ingested it, such as its title, folder ID, and any custom fields you included.The combined relevance score that fuses the text and semantic signals (reciprocal rank fusion).PartnerSearchResult.Builder.semanticScore(Double semanticScore) PartnerSearchResult.Builder.semanticScore(Optional<Double> semanticScore) The semantic (vector similarity) component of the score.A short excerpt with the matched query terms highlighted.PartnerSearchResult.Builder.sourceType(PartnerSearchResultSourceType sourceType) PartnerSearchResult.Builder.sourceType(Optional<PartnerSearchResultSourceType> sourceType) Indicates what kind of source item this result came from:PartnerDocumentfor documents ingested viaPOST /v1/documentsorPOST /v1/documents/upload, andGenericRecordfor typed records created viaPOST /v1/records.The keyword (BM25) relevance component of the score.