Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 19:53
· 67 commits to main since this release

What's Changed

Features

  • add dedicated chunksilo-mcp entry point for MCP server (106c8b8)
  • add --verbose flag and clean up CLI output (463fe3c)
  • show config file location in CLI help and startup logging (8afe661)
  • restructure as PyPI package with src layout (72b1d67)

Fixes

  • commit version update to main after release (0d5eb7d)
  • add --model-cache-dir CLI argument to index.py (9586fd7)
  • update test_rag_metrics.py to use run_search instead of search_docs (e4aad31)
  • update tests to match build_index API changes (6a753c6)
  • suppress tokenizers parallelism warning and unify CLI entry points (e53be21)
  • sync PyPI package version with release tag and remove artifact cleanup (0c6772d)
  • pass config_path explicitly from run_server to run_search (9994589)
  • widen pypdf and huggingface-hub caps to match release constraints (e87684d)

Documentation

  • fix README accuracy and add CLI usage section (de2582d)
  • add PyPI installation instructions alongside offline bundle (de69f65)

Other

  • build: add major-version upper bounds to all dependencies (0454e09)

Full Changelog: v1.8.2...v2.0.0