Uses of Class
ai.vectros.types.IngestEntry
Packages that use IngestEntry
-
Uses of IngestEntry in ai.vectros.types
Methods in ai.vectros.types that return IngestEntryMethods in ai.vectros.types that return types with arguments of type IngestEntryModifier and TypeMethodDescriptionIngestCounts.getHybrid()IngestCounts.getParentChunks()IngestCounts.getSemantic()IngestCounts.getText()Methods in ai.vectros.types with parameters of type IngestEntryModifier and TypeMethodDescriptionIngestEntry.Builder.from(IngestEntry other) IngestCounts.Builder.hybrid(IngestEntry hybrid) IngestCounts.Builder.parentChunks(IngestEntry parentChunks) IngestCounts.Builder.semantic(IngestEntry semantic) IngestCounts.Builder.text(IngestEntry text) Method parameters in ai.vectros.types with type arguments of type IngestEntryModifier and TypeMethodDescriptionIngestCounts.Builder.hybrid(Optional<IngestEntry> hybrid) IngestCounts.Builder.parentChunks(Optional<IngestEntry> parentChunks) IngestCounts.Builder.semantic(Optional<IngestEntry> semantic) IngestCounts.Builder.text(Optional<IngestEntry> text)