sweet-search 2.5.4 → 2.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/NOTICE CHANGED
@@ -7,10 +7,10 @@ This product includes software developed by Marko Sladojevic.
7
7
 
8
8
  ATTRIBUTION NOTICE
9
9
 
10
- Sweet Search is a high-performance hybrid code search engine featuring:
11
- - WASM CatBoost ML Query Router (~10us latency)
12
- - Semantic, Lexical, Hybrid and Structural search paths
13
- - Multilingual support with translation fallback
10
+ Sweet Search is an agentic retrieval system.
11
+ It is highly competitive with native search (grep+Read)
12
+ and beats it in most cases in realized cost, tool call efficiency,
13
+ and answer usefulness per token, for most harness+model combos.
14
14
 
15
15
  Original Author: Marko Sladojevic
16
16
  Company: Panonit
@@ -19,5 +19,5 @@ Website: https://panonit.com
19
19
  If you use Sweet Search in your project, please include this attribution
20
20
  in your documentation, README, or application "About" section:
21
21
 
22
- "Powered by Sweet Search - https://github.com/panonitorg/sweet-search"
22
+ "Powered by Sweet Search - https://github.com/mrsladoje/sweet-search"
23
23
  "Created by Marko Sladojevic / Panonit"