mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
31 lines
589 B
TOML
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"
|