* GitHub Stars Vectorize — 极简代理 Worker * * 纯 Vectorize 存/查/删代理,不持有任何 AI Key。 * 前端负责 Embedding 生成,Worker 只负责向量存储和检索。
| 6 | */ |
| 7 | |
| 8 | interface Env { |
| 9 | VECTORIZE: Vectorize; |
| 10 | AUTH_TOKEN: string; |
| 11 | } |
| 12 | |
| 13 | interface QueryRequest { |
| 14 | vector: number[]; |
nothing calls this directly
no outgoing calls
no test coverage detected