Skip to content

Releases: kantik001/grounded-llm

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 12:50
877562c

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.2.0
docker pull ghcr.io/kantik001/grounded-llm-python:0.2.0
docker pull ghcr.io/kantik001/grounded-llm-webapp:0.2.0

What's Changed

  • build(deps): Bump python-dotenv from 1.2.1 to 1.2.2 in /api by @dependabot[bot] in #31
  • build(deps): Update pytest-cov requirement from >=5.0.0 to >=7.1.0 in /tests by @dependabot[bot] in #34
  • chore(deps): Update docx2txt requirement from >=0.8 to >=0.9 in /tests by @dependabot[bot] in #36
  • docs: sync README and benchmark docs with v0.1.0. by @kantik001 in #54
  • chore(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #55
  • chore(deps): Bump actions/upload-pages-artifact from 3 to 5 by @dependabot[bot] in #56
  • chore(deps): Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #57
  • chore(deps): Bump github.com/jackc/pgx/v5 from 5.7.2 to 5.10.0 in /server by @dependabot[bot] in #60
  • chore(deps): Update chromadb requirement from >=0.4.0 to >=1.5.9 in /tests by @dependabot[bot] in #63
  • chore(deps): Update requests requirement from >=2.31.0 to >=2.34.2 in /api by @dependabot[bot] in #64
  • chore(deps): Update langchain-huggingface requirement from >=0.0.3 to >=1.2.2 in /api by @dependabot[bot] in #65
  • feat: v0.2.0 CI gates — tenant isolation, Trivy, load smoke by @kantik001 in #67

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 13:46

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.1.0
docker pull ghcr.io/kantik001/grounded-llm-python:0.1.0
docker pull ghcr.io/kantik001/grounded-llm-webapp:0.1.0

What's Changed

  • Add PDF and DOCX support to the knowledge-base ingestion pipeline. by @kantik001 in #1
  • Refresh docs and Docker configs; load admin domains from API. by @kantik001 in #2
  • Refactor platform core and remove agro-specific docs. by @kantik001 in #3
  • Remove legacy crop/classifier API and simplify migrations. by @kantik001 in #4
  • Phase 1: citations, admin index stats, eval gate, schema migrations. by @kantik001 in #5
  • Phase 2: streaming, API keys, tenancy, and observability. by @kantik001 in #6
  • feat: i18n locales, split docs, and English API errors by @kantik001 in #7
  • Feature/phase a english first by @kantik001 in #8
  • Feature/phase a complete by @kantik001 in #9
  • fix: smoke.ps1 parse error on Windows PowerShell by @kantik001 in #10
  • docs: RU sales one-pager and demo script for RF market by @kantik001 in #11
  • docs: reposition as document-grounded assistant platform by @kantik001 in #12
  • ci: add retrieval eval gate (Chroma + RAG HTTP) by @kantik001 in #13
  • feat: IT support official template pack by @kantik001 in #14
  • Add pack.yaml v1 manifest and init-pack CLI for template rollout. by @kantik001 in #15
  • Add minimal admin audit log for KB mutations and auth events. by @kantik001 in #16
  • Add file-based RBAC for admin users and API keys. by @kantik001 in #17
  • Add per-tenant quotas for messages, storage, and domains. by @kantik001 in #18
  • Add OIDC SSO for admin panel with RBAC role mapping from IdP claims. by @kantik001 in #19
  • Add admin analytics dashboard with RAG verify metrics and KB gap trac… by @kantik001 in #20
  • Add async RAG reindex jobs with status polling in admin UI. by @kantik001 in #21
  • Add OSS governance for Phase 0 community readiness. by @kantik001 in #22
  • Feature/phase 1 engineering bar by @kantik001 in #23
  • Phase 3: enterprise scale — readiness, retention, Helm, trust docs. by @kantik001 in #39
  • Feature/phase 4 spec trust by @kantik001 in #40
  • Feature/phase 5 standard publication by @kantik001 in #41
  • Phase 6: legal FAQ pack, vector adapter, hybrid search, Terraform AWS. by @kantik001 in #42
  • Phase 7: pack registry, cross-encoder rerank, connectors, GCP Terraform. by @kantik001 in #43
  • Phase 8: enterprise connectors, Azure Terraform, embed widget. by @kantik001 in #44
  • Phase 9: live Drive/Confluence connectors, billing scaffold, launch d… by @kantik001 in #45
  • Phase 10: Stripe webhook, self-serve signup API and UI. by @kantik001 in #48
  • Phase 11: Stripe Checkout API and admin provisioning on signup. by @kantik001 in #49
  • docs: public launch prep (RU hub + docs refresh) by @kantik001 in #51
  • Add BM25 + dense + RRF hybrid retrieval mode. by @kantik001 in #52
  • Add pgvector vector store adapter and ecosystem standard docs. by @kantik001 in #53

New Contributors

Full Changelog: https://github.com/kantik001/grounded-llm/commits/v0.1.0