Compare commits

...

2 Commits

Author SHA1 Message Date
charles 1b0c737b07 (backend) enhance document indexing with error handling and changelog
I enhance document indexing with error handling and changelog
2026-02-09 09:50:48 +01:00
charles 827e496780 (backend) enhance document indexing with error handling and changelog
I enhance document indexing with error handling and changelog
2026-02-09 09:48:13 +01:00
+7 -1
View File
@@ -12,27 +12,33 @@ and this project adheres to
- ✨(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) add OPENSEARCH_INDEX_PREFIX setting to prevent naming overlaping
- 🐛(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.
- ✨(backend) add tags
- ✨(backend) adapt to conversation RAG
- ✨(backend) add deletion endpoint
## Changed
- 🏗️(backend) switch Python dependency management to uv
- ✨(backend) allow deletion by tags
- ✨(backend) adapt search response to conversation RAG
## Fixed