Skip to content

Conversation

@techiejd
Copy link
Owner

@techiejd techiejd commented Jan 8, 2026

Fixes case where the knowledge pool collection does not follow snake_case convention.


Note

Ensures embeddings tables are resolved/updated using snake_case mappings so knowledge pool names that aren’t snake_case work correctly.

  • Use toSnakeCase when resolving tables in afterSchemaInitHook and when issuing raw SQL updates in vectorize task (src/index.ts, src/tasks/vectorize.ts)
  • Add integration tests covering non-snake-case pool names and initialization (dev/specs/vectorSearch.spec.ts)
  • Bump version to 0.4.4 and update CHANGELOG.md; add to-snake-case dependency

Written by Cursor Bugbot for commit 9f924c1. This will update automatically on new commits. Configure here.

@techiejd techiejd merged commit 93a50aa into main Jan 8, 2026
2 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.

2 participants