Implement embeddings based search in Wanda as the default way to retrieve data.
There could also be a config variable which can just disable vector search and use text search algorithm
wgWandaUseTextSearch = true;
Implement embeddings based search in Wanda as the default way to retrieve data.
There could also be a config variable which can just disable vector search and use text search algorithm
wgWandaUseTextSearch = true;
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Implement embeddings based search | mediawiki/extensions/Wanda | master | +658 -17 |
Change #1206907 had a related patch set uploaded (by Sanjai Siddharthan; author: Sanjai Siddharthan):
[mediawiki/extensions/Wanda@master] Implement embeddings based search
Change #1206907 merged by jenkins-bot:
[mediawiki/extensions/Wanda@master] Implement embeddings based search