From deccd68adcbb038ef82062bfe047f5d560a4bd53 Mon Sep 17 00:00:00 2001 From: tangwang Date: Fri, 20 Mar 2026 16:31:46 +0800 Subject: [PATCH] Added the SKU pre-selection step in search/searcher.py right before ResultFormatter.format_search_results() runs. --- ] | 17 +++++++++++++++++ frontend/index.html | 2 +- frontend/static/css/style.css | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- frontend/static/js/app.js | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---- search/searcher.py | 230 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- tests/test_search_rerank_window.py | 129 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 6 files changed, 550 insertions(+), 9 deletions(-) create mode 100644 ] diff --git a/] b/] new file mode 100644 index 0000000..bd63c3d --- /dev/null +++ b/] @@ -0,0 +1,17 @@ +docs +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# On branch master +# Your branch is ahead of 'origin/master' by 5 commits. +# (use "git push" to publish your local commits) +# +# Changes to be committed: +# modified: config/config.yaml +# modified: docs/TODO.txt +# modified: "docs/\346\220\234\347\264\242API\345\257\271\346\216\245\346\214\207\345\215\227-07-\345\276\256\346\234\215\345\212\241\346\216\245\345\217\243\357\274\210Embedding-Reranker-Translation\357\274\211.md" +# modified: "docs/\347\233\270\345\205\263\346\200\247\346\243\200\347\264\242\344\274\230\345\214\226\350\257\264\346\230\216.md" +# +# Changes not staged for commit: +# modified: third-party/clip-as-service (untracked content) +# diff --git a/frontend/index.html b/frontend/index.html index ede46f0..77ac86f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -199,7 +199,7 @@ - +