Skip to content

Commit d213ef2

Browse files
committed
nighly benchy: add annot for cohere regeneration for float conversion bug
1 parent 2b373f4 commit d213ef2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/python/notation.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,11 @@
499499
"#11888: optimize terms dictionary lookups when all terms have the same suffix length, which helps primary key lookup for fixed-length fields",
500500
),
501501
("2024-04-29", "#264: use Lucene defaults for ConcurrentMergeSchedular", "#264: use Lucene defaults for ConcurrentMergeSchedular"),
502+
(
503+
"2024-04-30",
504+
"#256: regenerate 768 dimension Cohere vectors to fix float64 -> float32 conversion bug https://github.com/mikemccand/luceneutil/issues/256",
505+
"#256: regenerate 768 dimension Cohere vectors to fix float64 -> float32 conversion bug https://github.com/mikemccand/luceneutil/issues/256",
506+
),
502507
(
503508
"2024-05-20",
504509
"Disjunction as CompetitiveIterator for numeric dynamic pruning https://github.com/apache/lucene/pull/13221",

0 commit comments

Comments
 (0)