You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: replace snippet truncation with token-aware accumulation in websearch
* refactor: make torch optional for API-only websearch
* chore: apply review changes
* fix: improve generate summary and evaluate subquery relevance prompts
* fix: correct all extra in pyproject
* fix: use LLM tokenizer to retrieve exact token count and use it when truncating
* feat: improve and standardize prompts
* feat: prevent duplicated results
* chore: refactor and apply review changes
* chore: apply review changes
* chore: apply last review changes
* feat: add first version of websearch tests
* fix: improve tests and remove useless ones
* fix: add websearch extra to CI
* fix: apply review changes
* chore: clean tests
* chore: add back heuristic 4 chars/token to count tokens
* fix: add warning in case no local tokenizer found
* fix: use margin in no-tokenizer fallback when truncatings
* chore: apply copilot feedback
* feat: add fast_tokenizer parameter in config file
* chore: update websearch doc
* chore: apply changes following copilot review
* fix: apply review changes
* tests: apply fixes to make tests independant from prompts in src code
* fix: apply review changes
0 commit comments