diff --git a/apps/cf-ai-backend/wrangler.toml b/apps/cf-ai-backend/wrangler.toml index d1e2d0c0..ea93fd63 100644 --- a/apps/cf-ai-backend/wrangler.toml +++ b/apps/cf-ai-backend/wrangler.toml @@ -4,13 +4,13 @@ compatibility_date = "2024-02-23" node_compat = true # [env.preview] -# [[vectorize]] -# binding = "VECTORIZE_INDEX" -# index_name = "supermem-vector-dev" - [[vectorize]] binding = "VECTORIZE_INDEX" -index_name = "supermem-vector-prod" +index_name = "supermem-vector-dev" + +# [[vectorize]] +# binding = "VECTORIZE_INDEX" +# index_name = "supermem-vector-prod" [ai] binding = "AI" diff --git a/apps/web/app/(dash)/home/queryinput.tsx b/apps/web/app/(dash)/home/queryinput.tsx index 46038225..99476e40 100644 --- a/apps/web/app/(dash)/home/queryinput.tsx +++ b/apps/web/app/(dash)/home/queryinput.tsx @@ -85,7 +85,10 @@ function QueryInput({