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.2.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.1
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on May 21, 2026

  1. fix(local): harden embedding batch and context handling (#7)

    Skip whitespace-only chunks before embedding, size local llama contexts from
    the configured chunk window, and keep batch/context limits aligned to avoid
    encoder assertions.
    
    Use thread-local llama diagnostics instead of process-global logger user_data,
    rebuild the local engine when token window options change, and invalidate cached
    local embeddings after context rebuilds so stale embeddings are not reused.
    andinux authored May 21, 2026
    Configuration menu
    Copy the full SHA
    2e211e8 View commit details
    Browse the repository at this point in the history
Loading