Functionality
The "Context Memory Search" module is designed to provide more detailed information in response to a follow-up query after an initial document search. This module goes deeper into the already retrieved sources and extracts additional information without triggering a new search. It is required to have the document search module activated when using the context memory search.
Example scenario:
User query: "What is the guideline saying about travels to Europe?"
Initial document search result: An answer is provided based on internal documents.
Follow-up query: "Please give more details on this."
The module then extracts more details from the previously retrieved sources to provide a more in-depth or extensive answer.
Input
A user query follow-up from a document search, requesting more detailed information about the retrieved documents.
Example input:
“What do you know about Finance & AI?” → Draft: Document Search
Follow up: "Please give me more details on this." → Draft: Context Memory Search
Output
A more in-depth or extensive answer to the user's follow-up question, based on the previously retrieved sources.
Configuration settings (technical)
This section contains all configurable parameters as seen in the JSON.
General parameters
Parameter | Description |
---|---|
| Specifies the language model used Default: |
| Indicates if each chunk is appended as an individual source ( Default: |
Prompts
❗Only adjust prompts if you are fully familiar with the code logic. Small changes can break the module or reduce the output quality.
Parameter | Description |
---|---|
| System prompt |
| Trigger prompt |
Author |
---|