(backend) enhance document indexing with error handling and changelog

I enhance document indexing with error handling and changelog
This commit is contained in:
charles
2025-12-10 17:28:39 +01:00
parent 827e496780
commit 1b0c737b07
+4
View File
@@ -12,11 +12,13 @@ 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
@@ -25,6 +27,8 @@ and this project adheres to
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