Uses of Class
com.basistech.rosette.dm.EmbeddingCollection
Packages that use EmbeddingCollection
-
Uses of EmbeddingCollection in com.basistech.rosette.dm
Methods in com.basistech.rosette.dm that return EmbeddingCollectionModifier and TypeMethodDescriptionEmbeddingCollection.Builder.build()Build the collection.Embeddings.get(Embeddings.Name collectionName) Retrieve the embeddings, if any, for a particular collection.Methods in com.basistech.rosette.dm that return types with arguments of type EmbeddingCollectionModifier and TypeMethodDescriptionEmbeddings.getCollections()Retrieve all of the collections as a map.Methods in com.basistech.rosette.dm with parameters of type EmbeddingCollectionModifier and TypeMethodDescriptionEmbeddings.Builder.put(Embeddings.Name collectionName, EmbeddingCollection collection) Put a collection of embeddings into the embeddings.Constructors in com.basistech.rosette.dm with parameters of type EmbeddingCollectionConstructor parameters in com.basistech.rosette.dm with type arguments of type EmbeddingCollectionModifierConstructorDescriptionprotectedEmbeddings(Map<Embeddings.Name, EmbeddingCollection> collections, Map<String, Object> extendedProperties)