aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update jackson2.vespa.version to v2.17.0"Henning Baldersheim2024-05-061-1/+1
|
* Merge pull request #30751 from vespa-engine/renovate/jackson2.vespa.versionHenning Baldersheim2024-05-061-1/+1
|\ | | | | Update jackson2.vespa.version to v2.17.0
| * Update expected error positionHenning Baldersheim2024-05-061-1/+1
| |
* | Merge pull request #31113 from vespa-engine/bratseth/group-rotationHenning Baldersheim2024-05-062-6/+17
|\ \ | | | | | | Require a higher bar to take groups in rotation
| * | Require a higher bar to take groups in rotationJon Bratseth2024-05-042-6/+17
| |/
* | Populate significance properties from configBjørn Christian Seime2024-05-061-1/+3
| |
* | Fail with error if the significance setup for the selected schemas are ↵Bjørn Christian Seime2024-05-061-0/+32
| | | | | | | | conflicting
* | Configure signficance searcher through `SchemaInfo`Bjørn Christian Seime2024-05-062-15/+10
|/
* Cleanup: No functional changesJon Bratseth2024-05-021-10/+8
|
* Add significance rank profileMariusArhaug2024-04-302-1/+20
|
* Merge pull request #31011 from ↵Marius Arhaug2024-04-302-11/+17
|\ | | | | | | | | vespa-engine/marius/update-significance-model-fields Update significance model field and logic from architect meeting
| * Fix CR commentsMariusArhaug2024-04-302-11/+17
| |
* | Temporily disable LLMSearcherTestLester Solbakken2024-04-291-0/+2
|/
* Merge pull request #30871 from vespa-engine/marius/add-significance-searcherMarius Arhaug2024-04-242-0/+167
|\ | | | | Add significance searcher
| * fix cr failuresMariusArhaug2024-04-161-8/+42
| |
| * add author tagsMariusArhaug2024-04-101-0/+6
| |
| * add testsMariusArhaug2024-04-102-0/+127
| |
* | Merge pull request #30976 from ↵Henning Baldersheim2024-04-224-23/+62
|\ \ | | | | | | | | | | | | vespa-engine/vekterli/wire-fuzzy-prefix-match-through-query-stack Wire fuzzy prefix matching support through the query stack
| * | Wire fuzzy prefix matching support through the query stackTor Brede Vekterli2024-04-194-23/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds `prefix:[true|false]` annotation support to the `fuzzy` query operator in the YQL and JSON query languages. Fuzzy prefix matching semantics are wired through to the matcher implementations for both indexed and streaming search. Example usage: {maxEditDistance:1,prefix:true}fuzzy("foo") Will match `foo`, `foobar`, `foxtrot`, `zookeeper` and so on. It can be combined with the existing prefix locking feature: {maxEditDistance:1,prefixLength:2,prefix:true}fuzzy("foo") Which will match `foo`, `foobar`, `foxtrot` etc, but _not_ `zookeeper` since the locked prefix (`fo`) does not match. Due to the complexities involved with extending the legacy binary query stack representation, signalling prefix matching for the fuzzy term is done by pragmatically adding a new, generic "prefix matching" term-level flag. This is currently ignored for everything except fuzzy query items. Modernizing the query stack format to make it more extensible (i.e. move encoding to Protobuf) is on the backlog...!
* | | Aviod using exception for normal control flow.Henning Baldersheim2024-04-192-53/+35
| | |
* | | Revert <?>. Can not be used with components and injection.Henning Baldersheim2024-04-191-2/+2
| | |
* | | Use <?>Henning Baldersheim2024-04-181-2/+2
|/ /
* | Update expected uca version for chinese.Henning Baldersheim2024-04-171-1/+1
| |
* | Reapply "Lesters/add local llms 2"Lester Solbakken2024-04-164-330/+109
| | | | | | | | This reverts commit ed62b750494822cc67a328390178754512baf032.
* | Revert "Lesters/add local llms 2"Harald Musum2024-04-154-109/+330
| |
* | Reapply "Lesters/add local llms"Lester Solbakken2024-04-154-330/+109
| | | | | | | | This reverts commit 7518d93961ac7c5c5da1cd41717d42f600dae647.
* | Revert "Lesters/add local llms"Lester Solbakken2024-04-154-109/+330
| |
* | Merge branch 'master' into lesters/add-local-llmsLester Solbakken2024-04-1241-256/+148
|\ \
| * | Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-1230-138/+115
| | |
| * | Unify on List.ofHenning Baldersheim2024-04-119-28/+20
| | |
| * | Unify on Set.ofHenning Baldersheim2024-04-113-12/+13
| | |
| * | Unify on Map.ofHenning Baldersheim2024-04-112-81/+2
| |/
* | Clean up test code after move from container-search to model-integrationLester Solbakken2024-04-122-136/+87
| |
* | Move LLM client stuff from container-search to model-integrationLester Solbakken2024-04-126-399/+45
| |
* | Don't use GPU in unit testLester Solbakken2024-04-111-4/+0
| |
* | Add tiny LLM for unit testingLester Solbakken2024-04-112-94/+37
| |
* | Use 'model' config type for LLM modelsLester Solbakken2024-04-111-55/+65
| |
* | Remove unneccessary codeLester Solbakken2024-04-101-4/+0
| |
* | Add local LLM client and wire in container-llamaLester Solbakken2024-04-101-0/+236
|/
* Merge branch 'master' into lesters/update-platform-bundles-for-rag-2Lester Solbakken2024-04-041-1/+1
|\
| * Re-enable async LLM testLester Solbakken2024-04-021-2/+0
| |
| * Temporary disable testLester Solbakken2024-04-021-1/+3
| |
* | Moved ai.vespa.llm.search to ai.vespa.search.llmLester Solbakken2024-04-042-2/+2
| |
* | Move LLM searcher and client configdefinitions outside of ai.vespa.llmLester Solbakken2024-04-025-6/+1
| |
* | Rename ai.vespa.languagemodels to ai.vespa.llm in vespajlibLester Solbakken2024-04-025-13/+13
| |
* | Move LLM classes in vespajlib from ai.vespa.llm to ai.vespa.languagemodelsLester Solbakken2024-04-025-28/+15
|/
* Improve embedder error messagesJon Bratseth2024-03-292-5/+11
|
* Add beta annotation and update copyright headersLester Solbakken2024-03-273-0/+3
|
* Rename apikey config to better reflect it is a name in secret storeLester Solbakken2024-03-272-7/+7
|
* Add RAG searcherLester Solbakken2024-03-265-0/+671
|