Embeddings
Create Embedding
This endpoint creates a new embedding
POST
/
v1
/
embeddings
Body
id
string
This is the ID of the embedding to be created.
knowledge
string
This is the text of the embedding.
metadata
string
This is the metadata of the embedding.
user_id
string
This is the user id of the embedding.
Response
id
string
This is the ID of the embedding.
knowledge
string
This is the text of the embedding.
This is the metadata of the embedding.
user_id
string
This is the user id of the embedding.