Uses of Class
dev.embeddings4j.Embedding
-
Uses of Embedding in dev.embeddings4j
Methods in dev.embeddings4j that return EmbeddingModifier and TypeMethodDescriptionSearchNearestResult.embedding()static <VectorType>
Embedding<VectorType>static <VectorType>
Embedding<VectorType>static <VectorType>
Embedding<VectorType>SearchNearestQuery.reference()Methods in dev.embeddings4j with parameters of type EmbeddingModifier and TypeMethodDescriptionvoidAbstractInMemoryVectorDatabase.insert(Embedding<VectorType> embedding) final voidAbstractInMemoryVectorDatabase.insert(Embedding<VectorType>... embeddings) Method parameters in dev.embeddings4j with type arguments of type EmbeddingModifier and TypeMethodDescriptionvoidAbstractInMemoryVectorDatabase.insertAll(Collection<Embedding<VectorType>> embeddings) Constructors in dev.embeddings4j with parameters of type EmbeddingModifierConstructorDescriptionSearchNearestQuery(Embedding<VectorType> reference, Integer maxResults) SearchNearestResult(Embedding<VectorType> embedding, VectorType distance)