Sailfin
// |> is not yet implemented; use function callsfn index_corpus(docs: string[]) -> void ![io] { let chunked = chunk(docs); let embedded = embed(chunked); upsert(embedded, "docs_idx");}