Liking cljdoc? Tell your friends :D
Clojure only.

ragtacts.vector-store.milvus


milvusclj

(milvus {:keys [host port db collection]})

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.
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.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close