Uses of Interface
org.springframework.ai.document.id.IdGenerator
Package
Description
-
Uses of IdGenerator in org.springframework.ai.document
-
Uses of IdGenerator in org.springframework.ai.document.id
Modifier 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
ModifierConstructorDescriptionSimpleVectorStoreContent
(String content, Map<String, Object> metadata, IdGenerator idGenerator, float[] embedding) Creates a new instance with the given content, metadata, custom ID generator, and embedding vector.