Skip to content

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