AttributeError: ‘Blob’ object has no attribute ‘_prep_and_do_upload’ When I try to perform add_texts() method in the VectorSearchVectorStore object
I’m trying to build a RAG system using a vector search index from GCP services on Python.
I have already created the vector search index and deployed the endpoint. Im using below code: