Skip to main content

Multimodal Ingest

Memorose can ingest and retrieve more than plain text.

Ingest Content Types

Current ingest accepts:
  • text
  • image
  • audio
  • video
  • json
The request body uses content plus content_type.

Example: JSON Event

Multimodal Retrieval

Retrieval can embed a text query together with base64-encoded media:
  • image
  • audio
  • video
The query text is still required. Media acts as additional retrieval signal.