Files
find/CHANGELOG.md
T
Quentin BEY b72779aed2 🏗️(core) migrate from pip to uv
We want to migrate our projects from pip to uv to take the benefits of
the lock file and have reproducible installations.
A first uv.lock file is comitted and the Dockerfile and compose are
modified to work with uv
2026-01-18 22:57:58 +01:00

1.3 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • (backend) add semantic search
  • (backend) add multi-embedding and chunking
  • (backend) add analyzers to full-text search
  • (backend) handle french, english, german and dutch
  • (backend) add evaluation command
  • backend application
  • helm chart
  • (backend) allow indexation of documents with either empty content or title.
  • (api) new fulltext 'search/' view with OIDC resource server authentication
  • (backend) limit access to documents : public & authenticated with a list of services
  • 🔧(compose) rename docker network 'lasuite-net' as 'lasuite-network'
  • (backend) add demo service for Drive.
  • (backend) add OPENSEARCH_INDEX_PREFIX setting to prevent naming overlaping issues if the opensearch database is shared between apps.
  • (backend) add tags
  • (backend) adapt to conversation RAG
  • (backend) add deletion endpoint

Changed

  • 🏗️(backend) switch Python dependency management to uv

Fixed

  • 🐛(backend) fix missing index creation in 'index/' view
  • 🐛(backend) fix parallel test execution issues