Liking cljdoc? Tell your friends :D

hive-milvus.sqlite

Chroma SQLite reader — pure JDBC access, no domain logic.

Chroma SQLite reader — pure JDBC access, no domain logic.
raw docstring

get-collection-segment-idclj

(get-collection-segment-id conn collection-name)
source

get-connectionclj

(get-connection sqlite-path)
source

list-collectionsclj

(list-collections sqlite-path)

List all collections from Chroma SQLite with entry counts. Returns vec of {:name :entry-count}.

List all collections from Chroma SQLite with entry counts.
Returns vec of {:name :entry-count}.
sourceraw docstring

read-all-entriesclj

(read-all-entries sqlite-path collection-name)

Read all entries from a Chroma SQLite backup. Deterministic order (ORDER BY id).

Read all entries from a Chroma SQLite backup. Deterministic order (ORDER BY id).
sourceraw docstring

rows->entriesclj

(rows->entries rows)

Pure: group consecutive rows by :embedding-id and emit entries. Rows must be pre-sorted by :embedding-id (the SQL ORDER BY guarantees this). Each output entry is (metadata->entry id merged-metadata).

Pure: group consecutive rows by :embedding-id and emit entries.
Rows must be pre-sorted by :embedding-id (the SQL ORDER BY guarantees this).
Each output entry is `(metadata->entry id merged-metadata)`.
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