(milvus {:keys [host port db collection]})
Return a Milvus vector store.
Args:
:host
: A string with the host. Default is localhost
.:port
: An integer with the port. Default is 19530
.:db
: A string with the database name. Default is default
.:collection
: A string with the collection name.Return a Milvus vector store. Args: - A map with the following - `:host`: A string with the host. Default is `localhost`. - `:port`: An integer with the port. Default is `19530`. - `:db`: A string with the database name. Default is `default`. - `:collection`: A string with the collection name.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close