Uses of Class
com.google.genkit.plugins.qdrant.QdrantCollectionConfig.Builder
Packages that use QdrantCollectionConfig.Builder
-
Uses of QdrantCollectionConfig.Builder in com.google.genkit.plugins.qdrant
Methods in com.google.genkit.plugins.qdrant that return QdrantCollectionConfig.BuilderModifier and TypeMethodDescriptionQdrantCollectionConfig.Builder.addAdditionalMetadata(String key, Object value) Adds a metadata entry merged into every indexed document's payload.QdrantCollectionConfig.builder()Creates a new builder.QdrantCollectionConfig.Builder.collectionName(String collectionName) Sets the collection name.QdrantCollectionConfig.Builder.createCollectionIfNotExists(boolean createCollectionIfNotExists) Sets whether to create the collection on first use if it does not exist.QdrantCollectionConfig.Builder.dimension(int dimension) Sets the embedding dimension.QdrantCollectionConfig.Builder.distance(QdrantCollectionConfig.Distance distance) Sets the distance function.QdrantCollectionConfig.Builder.embedderName(String embedderName) Sets the embedder name.QdrantCollectionConfig.Builder.textPayloadKey(String textPayloadKey) Sets the payload key that stores the document text.