.@•|i i #634
corporate87
started this conversation in
General
.@•|i i
#634
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Enabled loading of multimodal seed prompts with support for text, audio, and image modalities.
Updated data type serializer to handle both seed prompts and prompt responses seamlessly.
Adjusted database paths for storing seed and prompt memory entries:
dbdata/seed-prompt-entries/{audio, images, urls, videos}
dbdata/prompt-memory-entries/{audio, images, urls, videos}
Verified functionality with an end-to-end demo in doc/code/memory/8_seed_prompt_database.ipynb (last two cells).
Added functionality for video modality of seed prompts.
Tests and Documentation
Fixed unit tests to reflect changes and validated through execution of multimodal demos to ensure right paths reflected in the outputs.
TODO:
Add unit tests.
Update Key Vault with new variable names.
Beta Was this translation helpful? Give feedback.
All reactions