summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test
Commit message (Expand)AuthorAgeFilesLines
* Use lz4-java and xxhash32Henning Baldersheim2024-01-211-9/+11
* Reorder tests as the indexed tests varies a lot when they are run last. Reaso...Henning Baldersheim2024-01-211-25/+31
* Revert "Balder/cached xxh3 hash"Henning Baldersheim2024-01-211-44/+0
* Add basic testing of TensorAddressHenning Baldersheim2024-01-211-0/+44
* Rename getIndex => getDirectIndexHenning Baldersheim2024-01-201-4/+4
* Add a class for assist efficient traversal of dimensions in an IndexedTensor.Henning Baldersheim2024-01-191-0/+33
* commons-exec is no longer needed.Henning Baldersheim2024-01-111-26/+0
* Avoid deprecated methodsHenning Baldersheim2024-01-111-1/+2
* Merge pull request #29668 from vespa-engine/lesters/slice-dimension-with-spaceJon Bratseth2023-12-151-0/+9
|\
| * Add string indicators for dimensions with spaces in slice tostringLester Solbakken2023-12-151-0/+9
* | Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-141-0/+47
* | Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-131-47/+0
* | Merge pull request #29515 from vespa-engine/arnej/parse-special-number-stringsArne H Juul2023-12-131-0/+47
|\ \ | |/ |/|
| * handle JSON null as NaNArne Juul2023-12-111-0/+29
| * add parsing of special strings for inf/nan cell valuesArne Juul2023-12-111-0/+18
* | Add validation for nullity taking multiple argumentsBjørn Christian Seime2023-12-081-0/+11
|/
* 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