Chroma SQLite reader — pure JDBC access, no domain logic.
Chroma SQLite reader — pure JDBC access, no domain logic.
(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}.(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).
(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)`.
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 |