[Refactor/Chore] Harden MyScale query input handling #22066

Open
opened 2026-02-21 20:15:36 -05:00 by yindo · 0 comments
Owner

Originally created by @laipz8200 on GitHub (Feb 4, 2026).

Description

Harden MyScale vector store operations to reduce risk of malformed queries and improve safety when handling IDs, metadata filters, and text search inputs.

Motivation

Current query construction relies on direct string composition for user-influenced values, which can lead to malformed queries and harder-to-maintain code. Tightening input handling will make the backend safer and more reliable.

Additional Context

Scope limited to the MyScale vector backend. No user-facing behavior change intended.

Originally created by @laipz8200 on GitHub (Feb 4, 2026). ## Description Harden MyScale vector store operations to reduce risk of malformed queries and improve safety when handling IDs, metadata filters, and text search inputs. ## Motivation Current query construction relies on direct string composition for user-influenced values, which can lead to malformed queries and harder-to-maintain code. Tightening input handling will make the backend safer and more reliable. ## Additional Context Scope limited to the MyScale vector backend. No user-facing behavior change intended.
yindo added the 👻 feat:rag label 2026-02-21 20:15:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#22066