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: epicsagas/llm-kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: epicsagas/llm-kernel
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 2 commits
  • 24 files changed
  • 2 contributors

Commits on Jun 14, 2026

  1. Configuration menu
    Copy the full SHA
    42c1eb3 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2026

  1. feat: v0.9.0 search integrations (elasticsearch + federation) (#40)

    v0.9.0 Search Integrations: Elasticsearch AsyncVectorIndex (elastic feature) over a hand-rolled reqwest client, plus cross-engine FederatedSearch (federation feature) with per-backend timeout and rank-based RRF fusion as the default. Includes review hardening: federated over-fetch (2k) + truncate to preserve RRF rank-credit, knn num_candidates cap (MAX_KNN_CANDIDATES=1000), ES error-body length cap with credential-safe truncation, and score-semantics documentation.
    epicsagas authored Jun 15, 2026
    Configuration menu
    Copy the full SHA
    40ead05 View commit details
    Browse the repository at this point in the history
Loading