Embeddings
SDK methods for the Embeddings module, accessed via soat.embeddings. See the Embeddings module docs for permissions and data model, and each method's REST page for the full request/response schema.
soat.embeddings.createEmbeddings()
Create embeddings
- Method:
POST - Path:
/api/v1/embeddings
await soat.embeddings.createEmbeddings({
body: { /* + optional */ },
});