Context DB
A very rudimentary interface to browse the current context database managed by the Memory Agent.
Note
This interface will likely be revamped soon, so documentation will be minimal currently.
Searching
Search is done by typing in the search field and pressing Enter
.
The search will look for the entered text based on relevancy using embeddings. Without getting too technical here, that means if you're using the basic chromadb configuration, accuracy may be lacking.
See Memory Agent - ChromaDB Setup for more information on how to improve the search accuracy.
Adding an entry
While you can manually add an entry through this interface, its not really encouraged anymore.
It is better to use the World and Characters tabs to add entries to the context database.
Tools
Reset
Resets the context database, and will remove all entries and then re-populate it with the entries in the current scene.
Warning
Entries added manually directly to the context db will not be in the scene file, and be lost during this operation.