Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqliteai/sqlite-memory
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: sqliteai/sqlite-memory
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.2.0
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on May 6, 2026

  1. Unit test fixed

    marcobambini committed May 6, 2026
    Configuration menu
    Copy the full SHA
    bbb7c36 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. Update README.md

    marcobambini authored May 11, 2026
    Configuration menu
    Copy the full SHA
    eafc5d8 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2026

  1. fix: align and persist remote embedding result metadata (#6)

    - Unify embedding result metadata: replace n_tokens_truncated with a
      shared truncated boolean across local, remote, and custom engines.
    - Persist n_tokens and truncated on dbmem_vault and dbmem_cache rows,
      with schema versioning and automatic migration of existing databases.
    - Parse the documented vectors.space envelope (output_dimension,
      data[0].embedding, data[0].truncated, usage.request_tokens) instead
      of a flat key scan.
    - Add e2e coverage for multi-chunk retrieval and single-chunk inserts
      around the provider token ceiling and model context window; search
      tests print per-chunk n_tokens/truncated round-tripped through the API.
    - Run extension unit tests in CI (with local-only build fixes), use
      portable temp paths in sync tests, hash the sync fixture from disk,
      and isolate curl's ./configure from inherited shell build envs.
    - Update the C API reference for the truncated flag on custom provider
      results.
    andinux authored May 12, 2026
    Configuration menu
    Copy the full SHA
    653ec34 View commit details
    Browse the repository at this point in the history
Loading