Skip to content

perf(retrieval): cherry-pick content trigram index to main - #385

Open
suguanYang wants to merge 1 commit into
mainfrom
fix/wangbinqi/cherry-pick-content-trigram-main
Open

perf(retrieval): cherry-pick content trigram index to main#385
suguanYang wants to merge 1 commit into
mainfrom
fix/wangbinqi/cherry-pick-content-trigram-main

Conversation

@suguanYang

Copy link
Copy Markdown
Contributor

Summary

  • cherry-pick the content trigram migration from staging into main
  • preserve main branch migration contract tests while adding the content index contract

Source

Verification

  • uv run pytest apps/api/tests/migrations/test_schema_contract.py -q (16 passed)
  • uv run ruff check (passed)
  • git diff --check (passed)

This PR is intentionally based on main for the authorized cherry-pick delivery.

from alembic import op


revision: str = "0a1b2c3d4e5f"


revision: str = "0a1b2c3d4e5f"
down_revision: str | None = "9f0a1b2c3d4e"

revision: str = "0a1b2c3d4e5f"
down_revision: str | None = "9f0a1b2c3d4e"
branch_labels: Sequence[str] | None = None
revision: str = "0a1b2c3d4e5f"
down_revision: str | None = "9f0a1b2c3d4e"
branch_labels: Sequence[str] | None = None
depends_on: Sequence[str] | None = None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants