Bilal Hungund

Results 1 comments of Bilal Hungund

I tried below method and it works for me, ``` vector_store = documents = loader.load() #any loader that you used for text in documents: vector_store.add_documents([text]) ```