update the cleanup app. to include vector search. then add the langchain and add insight we will update the cleanup up with new image vector search
marcus
1
cleanup app
what is the first step? the problem is the image is stored in the before field in mongodb. https://uploadphoto123.sfo3.digitaloceanspaces.com/upload_cleanup/1779721051572-rose.jpg the Space Embedded only convertst the text. what is the embedded function actually converting? the generateSpaceEmbedding(contextText); is only looking at the txt that was passed in . I need to evaluate the url image that was shared . i need the generateSpaceEmbedded to look at the url of the image that was passed in and generate a embedded array from the image in the url.