Uses of Class
com.google.genkit.plugins.qdrant.QdrantCollectionConfig
Packages that use QdrantCollectionConfig
-
Uses of QdrantCollectionConfig in com.google.genkit.plugins.qdrant
Methods in com.google.genkit.plugins.qdrant that return QdrantCollectionConfigModifier and TypeMethodDescriptionQdrantCollectionConfig.Builder.build()Builds a newQdrantCollectionConfig.Methods in com.google.genkit.plugins.qdrant with parameters of type QdrantCollectionConfigModifier and TypeMethodDescriptionQdrantPlugin.Builder.addCollection(QdrantCollectionConfig config) Adds a collection configuration.Constructors in com.google.genkit.plugins.qdrant with parameters of type QdrantCollectionConfigModifierConstructorDescriptionQdrantVectorStore(String baseUrl, String apiKey, QdrantCollectionConfig config, Embedder embedder) Creates a new store.