Dear all,
I have created a Milvus-Watsonx.data Database to be used for a RAG.
Trying to load documents in prompt builder I'm getting this error (log in attachment). Anyone could help me?
thanks
Maurizio
UnsupportedAlgorithm: cipher RC4 in None mode is not supported by this backend. Cell 22: --------------------------------------------------------------------------- NameError Traceback (most recent call last) Cell In[15], line 1 ----> 1 vector_store.add_documents(content=documents, batch_size=200) 2 print("Documents were added.") NameError: name 'documents' is not defined
The PDF you are trying to load is not getting read or there might be path issue please verify this also.