bugfix: values search table format

fix the search value table
This commit is contained in:
dal 2025-02-05 11:40:44 -08:00 committed by GitHub
commit e0da363f9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ pub async fn search_stored_values(
let schema_name = organization_id.to_string().replace("-", "_");
let query = format!(
"SELECT value, column_name, column_id
FROM {}_values.values_v1
FROM values_{}.values_v1
WHERE dataset_id = $2::uuid
ORDER BY embedding <=> $1::vector
LIMIT $3::integer",