/
AZ
azure
/
Microsoft.KernelMemory.ServiceAssembly
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v5
OpenAPI 3.0.4
raw.githubusercontent.com
2025-05-08
0
0
26.5 KB
Microsoft.KernelMemory.ServiceAssembly
Show the service status and uptime.
Show the service status and uptime.
get
/
Response
OK
string
required
All 9 operations
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.