/
AZ
azure
/
Microsoft.KernelMemory.ServiceAssembly
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 25m ago · Updated 1mo ago
Details
Filter operations
Microsoft.KernelMemory.ServiceAssembly
10
get
/
get
/health
post
/upload
get
/indexes
delete
/indexes
delete
/documents
post
/ask
post
/search
get
/upload-status
get
/download
Microsoft.KernelMemory.ServiceAssembly
post
/ask
Request body
MemoryQuery
required
index
string
nullable
question
string
nullable
filters
object[]
nullable
minRelevance
number
double
args
object
nullable
Response
OK
MemoryAnswer
required
question
string
nullable
noResult
boolean
noResultReason
string
nullable
text
string
nullable
relevantSources
Citation[]
nullable
Changes