Note that Vectorize supports namespaces
Note that Vectorize supports namespaces per index and (soon) metadata filtering. How many indexes overall do you expect? If we bumped one limit (name length) I don’t want you to just run into another. Better to understand what you’re trying to architect here.
3 Replies
For namespaces per index, you're referring to this right? Because in the rest, that's what you call
https://api.cloudflare.com/client/v4/accounts/{account_identifier}/vectorize/indexes/{index_name}/query
Also when you say metadata filtering, will that be possible as rest POST data in the
/query
option? If that's the case, then we can store all those relevant ids in the metadata
As for the number of total vectorize indexes, I don't have an amount, but a lot. For our SaaS product, this is where we would store all the resources an ai should reference to respond.
So each file they select would be an index * the amount of data spaces a tenant has * the amount of tenants we would have. That projected use, right now this is internal dev so under the 200 limitUnknown User•13mo ago
Message Not Public
Sign In & Join Server To View