fix the search value table

This commit is contained in:
dal 2025-02-05 12:30:51 -07:00
parent 8c853b7ac3
commit 2c7ef16956
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
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",