Uses of Interface
org.springframework.ai.document.id.IdGenerator
Packages that use IdGenerator
Package
Description
-
Uses of IdGenerator in org.springframework.ai.document
Methods in org.springframework.ai.document with parameters of type IdGenerator -
Uses of IdGenerator in org.springframework.ai.document.id
Classes in org.springframework.ai.document.id that implement IdGeneratorModifier and TypeClassDescriptionclass
A SHA-256 based ID generator that returns the hash as a UUID.class
A random ID generator that returns a UUID. -
Uses of IdGenerator in org.springframework.ai.vectorstore
Constructors in org.springframework.ai.vectorstore with parameters of type IdGeneratorModifierConstructorDescriptionSimpleVectorStoreContent
(String text, Map<String, Object> metadata, IdGenerator idGenerator, float[] embedding) Creates a new instance with the given content, metadata, custom ID generator, and embedding vector.