/
AZ
azure
/
Microsoft.KernelMemory.ServiceAssembly
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
Microsoft.KernelMemory.ServiceAssembly
9
get
Show the service status and uptime.
get
Show if the service is healthy.
post
Upload a new document to the knowledge base
get
Check the status of a file upload in progress. When uploading a document, which can consist of multiple files, each file goes through multiple steps. The status include details about which steps are completed.
post
Use the memories extracted from the files uploaded to generate an answer. The query can include filters to use only a subset of the memories available.
post
Search the knowledge base for relevant snippets of text. The search can include filters to use only a subset of the knowledge base.
get
Get the list of containers (aka 'indexes') from the knowledge base. Each index has a unique name. Indexes are collections of memories extracted from the documents uploaded.
delete
Delete a container of documents (aka 'index') from the knowledge base. Indexes are collections of memories extracted from the documents uploaded.
delete
Delete a document from the knowledge base. When deleting a document, which can consist of multiple files, all the memories previously extracted are deleted too.
Microsoft.KernelMemory.ServiceAssembly
Show if the service is healthy.
Show if the service is healthy.
get
/health
Response
OK
string
required
Changes