microsoft / kernel-memory

RAG architecture: index and query any data using LLM and natural language, track sources, show citations, asynchronous memory patterns.
https://microsoft.github.io/kernel-memory
MIT License
1.35k stars 252 forks source link

Rename IndexNotFound to IndexNotFoundException #488

Closed kbeaugrand closed 1 month ago

kbeaugrand commented 1 month ago

Related to #487

Renames IndexNotFound to IndexNotFoundException across the codebase to align with naming conventions.

dluc commented 1 month ago

The code was not building because the renaming should propagate to all the files using the exception. Fixed.