Uses of Class
dev.embeddings4j.Embedding
-
Uses of Embedding in dev.embeddings4j
Methods in dev.embeddings4j that return EmbeddingModifier and TypeMethodDescriptionEmbeddingSearchResult.embedding()static <VectorType>
Embedding<VectorType>static <VectorType>
Embedding<VectorType>static <VectorType>
Embedding<VectorType>EmbeddingSearchQuery.reference()Methods in dev.embeddings4j with parameters of type EmbeddingModifier and TypeMethodDescriptionvoidAbstractInMemoryVectorDatabase.insert(Embedding<VectorType> vector) Method parameters in dev.embeddings4j with type arguments of type EmbeddingModifier and TypeMethodDescriptionvoidAbstractInMemoryVectorDatabase.insertAll(Collection<Embedding<VectorType>> vector) Constructors in dev.embeddings4j with parameters of type EmbeddingModifierConstructorDescriptionEmbeddingSearchQuery(Embedding<VectorType> reference, Integer maxResults) EmbeddingSearchResult(Embedding<VectorType> embedding, VectorType distance)