Class MilvusVectorStoreProperties

java.lang.Object
org.springframework.ai.autoconfigure.vectorstore.milvus.MilvusVectorStoreProperties

@ConfigurationProperties("spring.ai.vectorstore.milvus") public class MilvusVectorStoreProperties extends Object
Author:
Christian Tzolov
  • Field Details

  • Constructor Details

    • MilvusVectorStoreProperties

      public MilvusVectorStoreProperties()
  • Method Details

    • getConfigPrefix

      public static String getConfigPrefix()
    • getDatabaseName

      public String getDatabaseName()
    • setDatabaseName

      public void setDatabaseName(String databaseName)
    • getCollectionName

      public String getCollectionName()
    • setCollectionName

      public void setCollectionName(String collectionName)
    • getEmbeddingDimension

      public int getEmbeddingDimension()
    • setEmbeddingDimension

      public void setEmbeddingDimension(int embeddingDimension)
    • getIndexType

      public io.milvus.param.IndexType getIndexType()
    • setIndexType

      public void setIndexType(io.milvus.param.IndexType indexType)
    • getMetricType

      public io.milvus.param.MetricType getMetricType()
    • setMetricType

      public void setMetricType(io.milvus.param.MetricType metricType)
    • getIndexParameters

      public String getIndexParameters()
    • setIndexParameters

      public void setIndexParameters(String indexParameters)