llmware icon indicating copy to clipboard operation
llmware copied to clipboard

lmware always creates collection in 'default' vector database #249

Open virunew opened this issue 2 years ago • 0 comments

adding embedding_db_name parameters at appropriate places to allow creating embeddings in a non 'default' vector database. This applies to Milvus only right now, other vector databases' code is not touched as I am not aware of their structure. This will work with current examples. Out of box examples and code which does not specify embedding_db_name will continue to create collections in default databse

virunew avatar Dec 30 '23 17:12 virunew