Skip to content

Add unit tests for memory search ranking #8

Description

@ben4mn

The hybrid search (vector + BM25) in backend/services/memory_service.py lacks unit tests. Add tests that verify:

  • Vector similarity scoring
  • BM25 keyword matching
  • Combined ranking with 70/30 weights

Good entry point to understand the memory system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions