aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-06-16 12:29:10 -0500
committerDhravya <[email protected]>2024-06-16 12:29:10 -0500
commitc5b31e54355909798a163cbbbcdbeedddb2995ee (patch)
tree6e3865ab2077908067cf948081db02b499627391 /apps
parentinclude metadata in response, add type to metadata (diff)
downloadsupermemory-c5b31e54355909798a163cbbbcdbeedddb2995ee.tar.xz
supermemory-c5b31e54355909798a163cbbbcdbeedddb2995ee.zip
use a dev vectorize database to prevent pollution
Diffstat (limited to 'apps')
-rw-r--r--apps/cf-ai-backend/wrangler.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/cf-ai-backend/wrangler.toml b/apps/cf-ai-backend/wrangler.toml
index db0ae945..fa883195 100644
--- a/apps/cf-ai-backend/wrangler.toml
+++ b/apps/cf-ai-backend/wrangler.toml
@@ -5,7 +5,7 @@ node_compat = true
[[vectorize]]
binding = "VECTORIZE_INDEX"
-index_name = "supermem-vector"
+index_name = "supermem-vector-dev"
[ai]
binding = "AI"