As there are image embedding models in FastEmbed, it would be good if there was a tool that could also add images to the qdrant database. The tool could also send the image to a blob storage (defined through an env var), and store the location of the image in the blob in the metadata field of the PointStruct. This way, when the model retrieves the embedding for the image and the metadata, it could also retrieve the actual image using a fetch tool.
As there are image embedding models in FastEmbed, it would be good if there was a tool that could also add images to the qdrant database. The tool could also send the image to a blob storage (defined through an env var), and store the location of the image in the blob in the
metadatafield of the PointStruct. This way, when the model retrieves the embedding for the image and the metadata, it could also retrieve the actual image using a fetch tool.