chore(release): staging to production - 2026.01.22 - #879
Conversation
The previous fix changed userId/organizationId filtering to workspaceId for finding the document store, but removed organizationId from the options object. This broke vector retrieval because: - Upsert stores documents in namespace: org:XXX_chatflow:YYY_default - Query looked in namespace: chatflow:YYY_default (missing org prefix) Adding organizationId from the entity ensures the namespace matches and retrieval returns the correct chunks. Fixes SUPPORT-17
…ore-workspace-filter fix(AGENT-639): add organizationId to queryVectorStore for correct namespace
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ore-workspace-filter fix(AGENT-639): populate organizationId and userId when creating API keys
Pull Request Review: AGENT-639 - Multi-tenancy Fix for API KeysSummaryThis PR fixes a critical multi-tenancy issue where ✅ Positive Aspects
🔍 Code Quality AnalysisController Changes (
|
🚀 Release: Staging to Production
Release Date: 2026-01-22
Changes in this release
This PR is automatically created/updated when commits are pushed to staging.
Merging this PR will trigger the release workflow to create a new GitHub release.