[Save this search]

Status
All
   Fixed (7187)
  Closed (5178)
Open (2669)
   Won't Fix (545)
   Duplicate (297)
   Invalid (217)
   Not A Problem (195)
Issue type
All
  Issue (2282)
  PR (387)
Author relation
All
  None (2065)
  Member (663)
  Contributor (528)
  New contributor (68)
Created
All
  Past day (28)
  Past 2 days (29)
  Past 3 days (32)
  Past week (46)
  Past month (71)
  Past 3 months (157)
  Past 6 months (219)
  Past year (321)
Updated
All
  Past day (40)
  Past 2 days (45)
  Past 3 days (46)
  Past week (68)
  Past month (123)
  Past 3 months (221)
  Past 6 months (267)
  Past year (572)
Updated ago
All
  > 1 day ago (2629)
  > 2 days ago (2624)
  > 3 days ago (2623)
  > 1 week ago (2601)
  > 1 month ago (2546)
  > 3 months ago (2448)
  > 1 year ago (2097)
Comment count
All
  0 (609)
  1 (377)
  2 - 5 (819)
  6 - 10 (448)
  10 - 20 (316)
  > 20 (173)
Reaction count
All
  0 (2384)
  1 (172)
  2 - 5 (91)
  6 - 10 (16)
  10 - 20 (5)
  > 20 (1)
Review Requested
All
  jpountz (13)
  mikemccand (12)
  rmuir (6)
  iverase (4)
  benwtrent (4)
  dweiss (3)
  msokolov (3)

See all 26...
Mentioned
All
  jpountz (99)
  mikemccand (84)
  rmuir (63)
  benwtrent (53)
  uschindler (42)
  msokolov (40)
  romseygeek (22)

See all 212...
Reviewed
All
  mikemccand (26)
  jpountz (23)
  rmuir (15)
  benwtrent (14)
  dweiss (13)
  uschindler (12)
  msokolov (11)

See all 66...
Commented
All
  asfimport (1368)
  github-actions[bot] (276)
  jpountz (137)
  mikemccand (127)
  rmuir (97)
  msokolov (86)
  benwtrent (82)

See all 311...
User
All
  asfimport (1810)
  github-actions[bot] (332)
  mikemccand (218)
  jpountz (207)
  rmuir (141)
  benwtrent (121)
  msokolov (108)

See all 469...
Last comment user
All
  asfimport (1319)
  github-actions[bot] (266)
  mikemccand (35)
  jpountz (31)
  rmuir (23)
  msokolov (19)
  benwtrent (17)

See all 166...
Draft
All
  No (324)
  Yes (63)
Component
All
  core (642)
  analysis (155)
  highlighter (47)
  facet (43)
  spatial (42)
  queryparser (30)
  sandbox (24)

See all 23...
Type
All
  enhancement (1204)
  bug (727)
  task (200)
  test (78)
  documentation (23)
Labels
All
  Stale (264)
  legacy-jira-fix-versio... (214)
  legacy-jira-fix-versio... (169)
  affects-version:4.0-ALPHA (81)
  tool:build (54)
  vector-based-search (48)
  affects-version:6.0 (37)

See all 157...
Commits?
All
  No (2669)
Reporter
All
  rmuir (270)
  mikemccand (154)
  jpountz (124)
  dsmiley (69)
  uschindler (53)
  iverase (44)
  dweiss (43)

See all 762...
Assignee
All
  Unassigned (2428)
  mikemccand (35)
  uschindler (32)
  romseygeek (27)
  dsmiley (22)
  rmuir (15)
  jpountz (11)

See all 44...
  Filters: Status (Open),  Issue type,  Author relation,  Created,  Updated,  Updated ago,  Comment count,  Reaction count,  Review Requested,  Mentioned,  Reviewed,  Commented,  User,  Last comment user,  Draft,  Component,  Type,  Labels,  Commits?,  Reporter,  Assignee

#16030 PR: Implement data-blind scalar quantization
1.4 hours ago  19 comments  0 votes  0 watches  github-actions[bot]kaivalnpmccullochtmikemccandromseygeek
Add an option to the quantization format to enable or disable centering (enabled by default). When centering is disabled we also stop writing the float vectors which can lead to significant ... Special handling is included during merges -- we check that all of the input is in the same ...
    mccullocht 1.4 hours ago:  Hey @kaivalnp thanks for the review, I know this is very large. I will address the rest of your comments over the next couple of days.
    mccullocht 1.5 hours ago:  If the center is already a zero vector that is geometrically equivalent to our data blind ... Centering wouldn't subtract anything from the vector, and for angular similarity center_dot would ...

#16618: HNSW merge-reuse graph repair runs single-threaded on the merge thread, slowing down merges
4.7 hours ago  0 comments  0 votes  0 watches  ethbak
Description When IncrementalHnswGraphMerger reuses a base graph with deletes, the disconnected ... This serializes the merge process that is otherwise parallel, in some cases slowing down merges ... This uncovered a dormant bug in the original implementation, which caused a drop in recall due to ...

#16556: Should we move vector bulk-scoring APIs to VectorUtilSupport?
5 hours ago  1 comments  0 votes  0 watches  Tony-Xkaivalnp
Description Off-heap float vector bulk-scoring was introduced in 14980, and showed some nice ... (vectors are scored in chunks of a specific machine-dependent size to leverage SIMD instructions, ... There is currently an open issue to enable off-heap bulk-scoring for other vectors (byte vectors ...
    Tony-X 5 hours ago:  > this optimization amortizes the cost of loading chunks of the query vector across N documents, ... Instead of moving, it'd be simpler to think about extending VectorUtilSupport with methods that ... Then the RandomVectorScorer implementors can start consuming those new methods.

#16617 PR: ci: bump actions/setup-java from 5.6.0 to 6.0.0 in /.github/actions/prepare-for-build
5.1 hours ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps actions/setup-java from 5.6.0 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/ ... </em></p> <blockquote> <h2>v6.0.0</h2> <h2>What's Changed</h2> <ul> <li>dist: Migrate from Zulu ...

#16616 PR: ci: bump gradle/actions/setup-gradle from 6.2.0 to 6.3.0 in /.github/actions/prepare-for-build
5.1 hours ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps gradle/actions/setup-gradle from 6.2.0 to 6.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gradle/ ... </em></p> <blockquote> <h2>v6.3.0</h2> <h2>Highlights</h2> <h3>Enhanced Caching: Windows fixes and ...

#16615 PR: ci: bump github/codeql-action/upload-sarif from 4.37.3 to 4.37.8
5.1 hours ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps github/codeql-action/upload-sarif from 4.37.3 to 4.37.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/ ... </em></p> <blockquote> <h2>v4.37.8</h2> <p>No user facing changes.

#16614 PR: ci: bump astral-sh/setup-uv from 9.0.0 to 10.0.1
5.2 hours ago  0 comments  0 votes  0 watches  dependabot[bot]
Bumps astral-sh/setup-uv from 9.0.0 to 10.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ ... </em></p> <blockquote> <h2>v10.0.1 🌈 Tolerate transient manifest timeouts</h2> <h2>Changes</h2> <p ...

[15.5 msec search, 16.6 msec total]