All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.dromara.milvus.plus.service.MilvusService Maven / Gradle / Ivy

There is a newer version: 2.1.4
Show newest version
package org.dromara.milvus.plus.service;

import io.milvus.v2.client.MilvusClientV2;
import org.dromara.milvus.plus.util.SpringUtils;
import org.springframework.stereotype.Service;

@Service
public class MilvusService implements IAMService,ICMService,IVecMService{
    @Override
    public MilvusClientV2 getClient() {
        return SpringUtils.getBean(MilvusClientV2.class);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy