aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/cfg/application/embed/services.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Add config options + licenseJo Kristian Bergum2023-09-211-0/+19
|
* Actually differentiate missing element from empty valueBjørn Christian Seime2023-06-151-1/+1
|
* Prefer truncation configuration from tokenizer modelBjørn Christian Seime2023-06-121-3/+0
| | | | | | | Only override truncation if not specified or max length exceeds max tokens accepted by model. Use JNI wrapper directly to determine existing truncation configuration (JSON format is not really documented). Simply configuration for pure tokenizer embedder. Disable DJL usage telemetry.
* Remove/rewrite unit tests with old mechanism for configuring Bert embedderBjørn Christian Seime2023-06-051-11/+0
|
* Make pooling strategy configurable for Huggingface embedderBjørn Christian Seime2023-06-051-0/+1
|
* Test that Bert embedder is configuredBjørn Christian Seime2023-06-051-0/+20
|
* Introduce services.xml syntax for configuring HuggingFace embeddersBjørn Christian Seime2023-06-021-0/+21
|
* always use "go" version of vespa-start-container-daemonArne Juul2022-11-301-1/+1
|
* Add 'model' config typeJon Bratseth2022-08-311-1/+1
|
* Drop special embedder configJon Bratseth2022-08-241-7/+9
|
* More testsJon Bratseth2022-08-241-6/+1
|
* Test model id lookupJon Bratseth2022-08-241-1/+1
|
* Simplify and generalizeJon Bratseth2022-08-231-2/+2
| | | | | | | | | | | | | | | Let embedder rewrites simply always change <x path="y" url="z"> to <xPath>y</xPath> <xUrl>z</xUrl>, as well as translating the id attirebute to the corresponding path if on hosted. This means that the current built-in embedder accepting "vocab" and "model" is broken as these names are different from the names in the config model, but this isn't documented yet so should be okay. The effect of this is that our built-in models can be used in any embedder and config, and the embedder syntax can be used in application specific embedders.
* Add services.xml syntax for embeddersLester Solbakken2022-05-231-0/+26