Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@amaiya amaiya released this 26 Feb 23:10
· 7 commits to master since this release

0.9.0 (2025-02-26)

new:

  • Support for using self-ask prompt strategy with RAG (#120)
  • Improved table understanding when invoking LLm.ask. (#124)
  • helpers for document metadata (#121)

changed

  • Added k and score_threshold arguments to LLM.ask (#122)
  • Added n_proc parameter to control the number of CPUs used
    by LLM.ingest (ee09807)
  • Upgrade version of chromadb (#125)

fixed:

  • Ensure table-processing is sequential and not parallelized (#123)
  • Fixes to support newer version of langchain_community. (#125)