(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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |