/
/Microsoft.KernelMemory.ServiceAssembly
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
Microsoft.KernelMemory.ServiceAssembly9
  • getShow the service status and uptime.
  • getShow if the service is healthy.
  • postUpload a new document to the knowledge base
  • getCheck 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.
  • postUse 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.
  • postSearch the knowledge base for relevant snippets of text. The search can include filters to use only a subset of the knowledge base.
  • getGet 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.
  • deleteDelete a container of documents (aka 'index') from the knowledge base. Indexes are collections of memories extracted from the documents uploaded.
  • deleteDelete 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 the service status and uptime.

    Show the service status and uptime.

    get/

    Response

    OK

    string required

    Changes