Memory
Last updated
Was this helpful?
Last updated
Was this helpful?
LLM Vision includes a built-in memory to store reference images along with descriptions to provide additional context for models. This is useful for .
To store an image in memory you need to provide a file path to the image and an image description. If you have multiple images, the order of images must be the same as the order of image image descriptions.
There must be as many image descriptions as image file paths!
To use information stored in memory, enable use_memory
which is available in image
, video
, stream
and data
analyzer.
The system prompt can also be customized in the Memory settings page. It is sent even when use_memory
is disabled. If no prompt is set, the default prompt will be sent.