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
Ragbits should support images as first class citizens, in addition to text. In particular:
Embedders should be able to optionaly embed images (probably they should implement a special ImageEmbedder interface to indicated this)
When configured with an Embedder that supports images, the DocumentSearch should use the embedders image embedding capabilities to generate the embeddings (i.e., call embed_image instead of embed_text method on the embedder)
Ragbits should support images as first class citizens, in addition to text. In particular:
ImageEmbedder
interface to indicated this)DocumentSearch
should use the embedders image embedding capabilities to generate the embeddings (i.e., callembed_image
instead ofembed_text
method on the embedder)See also #100
The text was updated successfully, but these errors were encountered: