aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test
Commit message (Expand)AuthorAgeFilesLines
* handle "blocks" syntax for mixed tensors with multiple indexed dimensionsArne Juul2023-12-011-0/+32
* Move to container core due to OSGI, keep a copy in testutil for use in tests...Henning Baldersheim2023-11-242-7/+9
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-14/+13
* add reference implementation of MapSubspacesArne Juul2023-11-021-0/+213
* Use code point count for truncate as welljonmv2023-10-201-20/+3
* Avoid cutting surrogate pairs when tokenisingjonmv2023-10-201-1/+21
* Add OpenAI async clientLester Solbakken2023-10-161-2/+19
* Expect Vespa.ai copyrightJon Bratseth2023-10-091-2/+2
* Update copyrightJon Bratseth2023-10-09166-162/+170
* Handle the exception that will come when codepoints < 'from' < len.Henning Baldersheim2023-09-181-0/+1
* - Add utility to do substring extraction by codepoints, instead of java char...Henning Baldersheim2023-09-151-0/+31
* fix dimension size comparisonArne Juul2023-09-132-6/+40
* Improve readabilityjonmv2023-08-292-22/+28
* Spread maintainer interval boundaries based on class name hashjonmv2023-08-282-14/+21
* add cosine_similarityArne Juul2023-06-261-0/+66
* add class comment and test expansionArne Juul2023-06-261-0/+11
* add euclidean_distanceArne Juul2023-06-261-0/+43
* Get rid of third party openai clientJon Bratseth2023-06-132-3/+29
* Remove duplicate copyright headersHåkon Hallingstad2023-06-121-2/+0
* Add CidrBlock.contains(InetAddress)Håkon Hallingstad2023-06-121-0/+15
* Move CidrBlock to vespaHåkon Hallingstad2023-06-121-0/+150
* Make failure be the default when reporting success factorØyvind Grønnesby2023-06-081-2/+2
* add unit test for MatchFeatureFilterArne Juul2023-05-121-0/+69
* move MatchFeatureData class to vespajlibArne Juul2023-04-271-0/+100
* Put the openai client in a separate componentJon Bratseth2023-04-251-0/+40
* object density estimate take 2Håvard Pettersen2023-04-242-68/+213
* Revert "use value density to estimate needed decode index size"Henning Baldersheim2023-04-212-187/+34
* use value density to estimate needed decode index sizeHåvard Pettersen2023-04-212-34/+187
* Build with jdk20Jon Bratseth2023-04-171-58/+0
* avoid hamcrest and mockitoHåvard Pettersen2023-03-306-369/+380
* BinaryView; inspect slime value in binary formatHåvard Pettersen2023-03-282-66/+493
* move Inspector equalTo implementation and testHåvard Pettersen2023-03-222-131/+119
* avoid using matchersHåvard Pettersen2023-03-221-28/+26
* added DecodeIndex utility classHåvard Pettersen2023-03-211-0/+87
* Merge pull request #26472 from vespa-engine/havardpe/auto-detect-native-arraysHenning Baldersheim2023-03-171-0/+188
|\
| * auto-detect arrays of long or doubleHåvard Pettersen2023-03-161-0/+188
* | join dimensions must equal common dimensions for optimizationArne Juul2023-03-161-0/+40
|/
* Value type aware value renderingJon Bratseth2023-03-131-0/+54
* Handle negative numeric labels.Henning Baldersheim2023-02-021-0/+10
* Test subtype methodsJon Bratseth2023-01-271-0/+24
* GC unused GrowableBufferOutputStreamHenning Baldersheim2023-01-251-131/+0
* Move IntRange out of vespajlibJon Bratseth2023-01-221-38/+0
* Support a group size constraint in content clustersJon Bratseth2023-01-211-0/+38
* Test direct renderingJon Bratseth2023-01-161-1/+3
* Test direct renderingJon Bratseth2023-01-161-31/+212
* Support direct tensor renderingJon Bratseth2023-01-141-8/+14
* Handle type renderingJon Bratseth2023-01-131-0/+2
* Merge pull request #25549 from vespa-engine/bratseth/tensor-direct-valuesLester Solbakken2023-01-131-1/+48
|\
| * Parse tensor JSON values at rootJon Bratseth2023-01-121-2/+48
* | Test cell rendering precisionJon Bratseth2023-01-121-2/+14
|/