Files
find/CHANGELOG.md
T
Charles Englebert 8e491074ac multi-embedding and chuncking (#25)
* (backend) add evaluate-search-engine command

I want to automize the search evaluation. This new command
computes performance metrics.

* (backend) improve evaluation

I add more data to my evaluations.

* 📝(backend) add changelog

add changelog and various fixes.

* (backend) add evaluation data from service-public.fr

I need better data with longer content to work on chuncking

* (backend) handle multi-embedding

I breack document content into peaces and embed each peace separatly.
Search is them based on the mest match.

* 📝(docs) add documentation

I add documentation about chunking

* 🚨(backend) fix things

thigs were broken. I fixed this.

* 📝(backend) documentation

I document the documentation of it

* 🚨(backend) fix rebase

the rebase has messed things up. I fixed those things.

* ♻️(backend) refactor language code handling and improve test cases

I fix things to fix things

* ♻️(backend) refactor

I am doing refactoooooooooooor
2025-12-08 15:34:42 +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 evaluation command
  • (backend) add analyzers to full-text search
  • (backend) handle french, english, german and dutch
  • (backend) add evaluation command
  • backend application
  • helm chart
  • 🐛(backend) fix missing index creation in 'index/' view
  • (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 linkreach & owned ones
  • (backend) limit search to the calling app (audience) and a configured list of services
  • 🔧(compose) rename docker network 'lasuite-net' as 'lasuite-network'
  • (backend) add demo service for Drive.
  • 🐛(backend) Fix parallel test execution issues
  • (backend) Add OPENSEARCH_INDEX_PREFIX setting to prevent naming overlaping issues if the opensearch database is shared between apps.