Closed Songjiadong closed 7 months ago
vector_base = VectorBase(name='milvus', host=MILVUS["host"], port=MILVUS["port"], user=MILVUS["user"], password=MILVUS["password"], index_params={ "metric_type": "IP", "index_type": "IVF_FLAT", "params": {"nprobe": 10, "nlist": 128} }, search_params={ "metric_type": "IP", "index_type": "IVF_FLAT", "params": {"nprobe": 10, "nlist": 128} }, dimension=1024, collection_name="gptcache")
目前默认生成在default db中,比如我的db想放在 xx中
No response
It is not supported currently
What would you like to be added?
Why is this needed?
目前默认生成在default db中,比如我的db想放在 xx中
Anything else?
No response