Skip to main content

Insert or update a document.

PUT 

/collections/:namespace/:collection/docs/:name

Inserts a document under the given document path given as namespace/collection/name. Note that embeddings required for semantic searches will be computed asynchronously, i.e. after a document was successfully inserted into a collection it might not immediately be found through a search/lookup request. Collections need to be created explicitly before documents can be put into a collection. When PUT'ing a document that is already embedded, the original version will disappear immediately. The new embeddings of the document will appear asynchronously as if the document had never been uploaded.

Request

Responses

No content