Skip to content

v0.7.0: Supporting arbitrarily long docs and various new tasks

Compare
Choose a tag to compare
@rmitsch rmitsch released this 19 Jan 16:27
· 12 commits to main since this release
fa42488

✨ New features and improvements

  • NEW: Support arbitrarily long docs leveraging map-reduce and document sharding. Read more here (#332)
  • NEW: New tasks -
    • EntityLinkingTask: use LLMs to link entity mentions in texts to entities in a custom knowledge base. Read more here (#241)
    • TranslationTask: translate documents from and to arbitrary languages. Read more here (#396)
    • RawTask: prompt models with only doc content, no prompt scaffolding, for a maximum of flexibility. Read more here (#395)
  • Allow custom endpoints for all models to support usage of fine-tuned models (#390)

🔴 Bug fixes

  • Fix issues with previously incomplete integration of LangChain objects (#417)

⚠️ Backwards incompatibilities

No backwards incompatibilities w.r.t. v0.6.x.

📖 Documentation and examples

👥 Contributors

@honnibal, @ines, @rmitsch, @svlandeg