Skip to content

v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:32
510a582

See CHANGELOG.md for details.

Conformance (Spec v1)

Verify this release against GROUNDED_SPEC_v1.md:

pip install -r conformance/requirements.txt
python -m conformance spec --json
python -m conformance check --url http://YOUR_HOST:8080

Container images

docker pull ghcr.io/kantik001/grounded-llm-server:0.3.0
docker pull ghcr.io/kantik001/grounded-llm-python:0.3.0
docker pull ghcr.io/kantik001/grounded-llm-webapp:0.3.0

What's Changed

  • docs: add 5-minute HR demo path by @kantik001 in #69
  • feat: retrieval quality delta — 99 eval cases + keyword rerank default by @kantik001 in #70
  • feat(ops): Helm probes, Postgres backup smoke, Trivy python by @kantik001 in #71
  • docs(site): bump Pages landing to v0.2.0 by @kantik001 in #83
  • feat(v0.3): local inference, Redis caches, gRPC Retriever by @kantik001 in #84
  • chore(deps): Bump azure/setup-helm from 4 to 5 by @dependabot[bot] in #72
  • chore(deps): Update google-api-python-client requirement from >=2.100.0 to >=2.198.0 in /api by @dependabot[bot] in #76
  • chore(deps): Update pgvector requirement from >=0.3.6 to >=0.5.0 in /api by @dependabot[bot] in #78
  • chore(deps): Bump openapi-spec-validator from 0.7.1 to 0.9.0 in /tests by @dependabot[bot] in #82
  • chore(deps): group Dependabot PRs, ignore LangChain majors by @kantik001 in #85
  • chore(deps): rollup GitHub Actions bumps (#73-#75, #77) by @kantik001 in #86
  • chore(deps): Bump the go-modules group in /server with 4 updates by @dependabot[bot] in #87
  • chore(deps): Bump the langchain group in /api with 5 updates by @dependabot[bot] in #89
  • chore(deps): Bump golangci/golangci-lint-action from 7 to 9 in the github-actions group across 1 directory by @dependabot[bot] in #92
  • chore(deps): harden Dependabot ignores (tests + protobuf) by @kantik001 in #93
  • docs: refresh for v0.3 (local LLM, Redis, gRPC) by @kantik001 in #97
  • chore: prepare v0.3.0 release by @kantik001 in #98

Full Changelog: v0.2.0...v0.3.0