Jump to content

Search Platform/Weekly Updates/2025-04-17

From Wikitech

Highlights

Shipped: did we release anything this week?

  • Nothing significant this week

Blockers: does this essential workstream have any unresolved blockers or dependencies? is anything preventing us from doing our work?

  • None

Lessons learned: Did we learn anything in the course of doing this work that can be applied to other work?

  • Vector Search PoC completed. Read the conclusion on ticket, but some highlights:
    • retrieval speed is very interesting compared to MoreLike
    • quality is hard to judge, we think MoreLike is overall better, but we should run an A/B test to validate
    • memory usage seems high, might be difficult to scale

Community collab: Did we do anything in this essential workstream this week in collaboration with the community or because the community asked us to?

  • N/A

Details

Vector Search PoC

MLR Improvements

  • Updating mjolnir airflow orchestration (which is the first we ever wrote) to work like everything else we have in airflow. Simplifies the DAG and brings years of airflow learnings to our most complicated DAG. - https://phabricator.wikimedia.org/T390061

Misc / Operations