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
Hi,
I am setting up a RAG application next to a CMS and beside text I also plan to embed image data to also cover images via similarity/semantic search.
While feeding the data into a vector store, I use a chatClient to send along image data and let the AI describe the image and add the returned description to the vector db.
I lately ran some tests with the Transformers (ONNX) Embeddings which works quite well. Is there a way to also embed image descriptions this way directly without asking the chat client for an image description in advance.
Has anyone managed to do this?
All tips are very welcome.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am setting up a RAG application next to a CMS and beside text I also plan to embed image data to also cover images via similarity/semantic search.
While feeding the data into a vector store, I use a chatClient to send along image data and let the AI describe the image and add the returned description to the vector db.
I lately ran some tests with the Transformers (ONNX) Embeddings which works quite well. Is there a way to also embed image descriptions this way directly without asking the chat client for an image description in advance.
Has anyone managed to do this?
All tips are very welcome.
Beta Was this translation helpful? Give feedback.
All reactions