watsonx.data

 View Only

 Error loading doc on Milvus

  • watsonx.data
Maurizio Caronni's profile image
Maurizio Caronni posted Mon December 16, 2024 04:00 AM

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

SANDESH BHAGWAT's profile image
SANDESH BHAGWAT

The PDF you are trying to load is not getting read or there might be path issue please verify this also.