Skip to content

Commit b33939e

Browse files
committed
🔥(backend) remove evaluation app
The evaluation module with its test corpus, management command, and datasets is no longer needed. Remove it along with its INSTALLED_APPS entry to reduce maintenance surface. Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
1 parent d233ea2 commit b33939e

21 files changed

Lines changed: 0 additions & 1594 deletions

CHANGELOG.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,3 @@ and this project adheres to
1111
## Added
1212

1313
- 🎉(project) Initial release
14-
- 👷(docker) add arm64 platform support for image builds
15-
- ✨(backend) add semantic search
16-
- ✨(backend) add multi-embedding and chunking
17-
- ✨(backend) add analyzers to full-text search
18-
- ✨(backend) handle french, english, german and dutch
19-
- ✨(backend) add evaluation command
20-
- backend application
21-
- helm chart
22-
- ✨(backend) allow indexation of documents with either empty content or title.
23-
- ✨(api) new fulltext 'search/' view with OIDC resource server authentication
24-
- ✨(backend) limit access to documents : public & authenticated with a
25-
list of services
26-
- 🔧(compose) rename docker network 'lasuite-net' as 'lasuite-network'
27-
- ✨(backend) add demo service for Drive.
28-
- ✨(backend) add OPENSEARCH_INDEX_PREFIX setting to prevent naming overlapping
29-
issues if the opensearch database is shared between apps.
30-
- ✨(backend) add tags
31-
- ✨(backend) adapt to conversation RAG
32-
- ✨(backend) add deletion endpoint
33-
- ✨(backend) add path filter
34-
- ✨(backend) add search_type param
35-
36-
## Changed
37-
38-
- 🏗️(backend) switch Python dependency management to uv
39-
- ✨(backend) allow deletion by tags
40-
- ♻️(backend) improve the evaluation command
41-
42-
## Fixed
43-
44-
- 🐛(backend) fix missing index creation in 'index/' view
45-
- 🐛(backend) fix parallel test execution issues
46-
- 🐛(backend) fix search type value #68

docs/evaluate-search-engine.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

docs/evaluation.md

Lines changed: 0 additions & 170 deletions
This file was deleted.

src/backend/evaluation/__init__.py

Whitespace-only changes.

src/backend/evaluation/data/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)