v0.11.0

p-e-w/hereticv0.11.0Jul 4, 2025by github-actions[bot]

AI Summary

This release focuses on enhancing AI model integrations by adding support for Mistral AI and VoyageAI, while fixing critical security vulnerabilities and improving vector store stability.

Key Highlights

  • Added structured output support for OpenAI
  • Added options for Mistral AI and VoyageAI rerank/embeddings
  • Fixed path-traversal vulnerabilities
  • Fixed LanceDB retrieval ranking order preservation
  • Added base_url parameter to CohereReranking

New Features

  • Structured output for OpenAI
  • Mistral AI integration
  • VoyageAI rerank and embeddings models
  • CohereReranking base_url configuration
  • Docling figure caption generation fix

Full Release Notes

## What's Changed
* fix: update Docling call to generate figure caption by @christopherkao in https://github.com/Cinnamon/kotaemon/pull/729
* feat: add structured output to openai by @bfdykstra in https://github.com/Cinnamon/kotaemon/pull/603
* feat: add options for Mistral AI by @aminamos in https://github.com/Cinnamon/kotaemon/pull/707
* feat: add VoyageAI's rerank and embeddings models by @taprosoft in https://github.com/Cinnamon/kotaemon/pull/733
* fix: scope is not passed to vector store query by @chunlampang in https://github.com/Cinnamon/kotaemon/pull/747
* 🐛 fix(docstore): preserve retrieval ranking order in lancedb get() by @TommasoMoroHtx in https://github.com/Cinnamon/kotaemon/pull/745
* chore: added base_url parameter to CohereReranking by @mginfn in https://github.com/Cinnamon/kotaemon/pull/743
* fix: typo lancedb by @phv2312 in https://github.com/Cinnamon/kotaemon/pull/760
* fix: add validation to avoid path-traversal vulnerabilities by @cin-niko in https://github.com/Cinnamon/kotaemon/pull/755

## New Contributors
* @christopherkao made their first contribution in https://github.com/Cinnamon/kotaemon/pull/729
* @aminamos made their first contribution in https://github.com/Cinnamon/kotaemon/pull/707
* @chunlampang made their first contribution in https://github.com/Cinnamon/kotaemon/pull/747
* @TommasoMoroHtx made their first contribution in https://github.com/Cinnamon/kotaemon/pull/745
* @mginfn made their first contribution in https://github.com/Cinnamon/kotaemon/pull/743

**Full Changelog**: https://github.com/Cinnamon/kotaemon/compare/v0.10.7...v0.11.0