Skip to content

Small Admin Changes - #121

Merged
mbeps merged 2 commits into
mainfrom
dev
Jun 26, 2026
Merged

mbeps merged 2 commits into
mainfrom
dev

Conversation

@mbeps

@mbeps mbeps commented Jun 26, 2026

Copy link
Copy Markdown
Owner

This pull request introduces a new database migration to enhance full-text search capabilities for the kb_chunk table. The migration adds a tsvector column and creates an index to improve search performance.

Database schema changes:

  • Added a new search_vector column of type tsvector to the kb_chunk table to support full-text search.
  • Created a GIN index on the search_vector column (kb_chunk_search_vector_idx) to optimize full-text search queries.

Migration tracking:

  • Updated the migration journal (_journal.json) to include the new migration 0032_slippery_susan_delgado.

@vercel

vercel Bot commented Jun 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-client Ready Ready Preview, Comment Jun 26, 2026 4:31pm

@mbeps
mbeps merged commit 2158a86 into main Jun 26, 2026
6 checks passed
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.

1 participant