Skip to content

v0.2.0

Latest

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