Explore Image Embedding Drivers #1528
Replies: 4 comments
-
Up for discussion: do we feel that this is in scope for Griptape? And if so, should we make the distinction between Text Embedding Drivers and Image Embedding Drivers? |
Beta Was this translation helpful? Give feedback.
-
What would the workaround/process be if we didn't include image embedding drivers? |
Beta Was this translation helpful? Give feedback.
-
Basically what is described here, replacing the |
Beta Was this translation helpful? Give feedback.
-
Would we be able to do this with a LocalVectorStoreDriver as well? I feel like as long as we're doing text embeddings, and the future is multi-modal, we should handle image, audio, and video as well. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
I can't use image embedding models like OpenAi's CLIP in Griptape.
Describe the solution you'd like
I want Embedding Drivers to support images.
Describe alternatives you've considered
Additional context
The eventual goal is to use the embeddings with Vector Store Drivers which means I'd maybe need
upsert_image_artifact
andquery_image
methods.upsert_vector
and query_vector may be sufficient for now.Beta Was this translation helpful? Give feedback.
All reactions