Multimodal: Adding images to memory gives a 400 response. #3351
-
Your feedback would be greatly appreciated. I am in the process of adding an image in a conversation and saving it to memory so I can retrieve it in searches. I use the following snippet, but I get "HTTP error occurred: Client error '400 Bad Request' for url 'https://api.mem0.ai/v1/memories/' The code where the error occurs is as follows: ----------------------------Saving Memory----------------------------def save_multimodal_interaction(question: str, answer: str, img_path: str, description: str):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@scoupidia You can refer this docs for storing images as memories. |
Beta Was this translation helpful? Give feedback.
@scoupidia You can refer this docs for storing images as memories.
https://docs.mem0.ai/platform/features/multimodal-support