Explore Image Embedding Drivers #1528
Replies: 6 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.
-
I'm going to give it a try following the link you gave - but at a high level, I feel like we should offer the ability to embed things we have artifacts for.. at least common ones like images/audio/video especially as we go more multi-modal |
Beta Was this translation helpful? Give feedback.
-
Tracking here |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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