You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and query_image methods. upsert_vector and query_vector may be sufficient for now.
The text was updated successfully, but these errors were encountered:
Discussed in https://github.com/orgs/griptape-ai/discussions/1528
Originally posted by collindutter December 31, 2024
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.The text was updated successfully, but these errors were encountered: