supermemory/apps/cf-ai-backend/wrangler.toml
2024-06-24 23:25:35 -05:00

31 lines
589 B
TOML

name = "new-cf-ai-backend"
main = "src/index.ts"
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"
[ai]
binding = "AI"
# [[queues.producers]]
# queue = "batch-vector-queue"
# binding = "MY_QUEUE"
# [[queues.consumers]]
# queue = "batch-vector-queue"
[[kv_namespaces]]
binding = "KV"
id = "37a90353da63401e84e20e71165531d0"
preview_id = "c58b6202814f4224acea97627d0c18aa"
[placement]
mode = "smart"