It’s great to know how Atlas MongoDB provides a powerful ecosystem for implementing semantics search features, i have been following the topic of MongoDB hands-on event
“# Building AI Applications with Microsoft Semantic Kernel and MongoDB Atlas Vector Search” thanks to @Anaiya_Raisinghani, @Tim_Kelly1.

I followed the sample code and environment setup, however, I hit a roadblock in the last step that gave me the following error, I would appreciate any guidance or insights in resolving the below issue:

Here is my DB connection (I have mentioned the password in the original code):
mongodb+srv://blxsandeepb:<*****>@cluster0.rbdeuws.mongodb.net/?retryWrites=true&w=majority

print(“Populating memory…aka adding in documents”)
await populate_memory(kernel)
print(kernel)

ServerSelectionTimeoutError: SSL handshake failed: ac-qipi61j-shard-00-01.rbdeuws.mongodb.net:27017: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:1007) (configured timeouts: socketTimeoutMS: 20000.0ms, connectTimeoutMS: 20000.0ms),SSL handshake failed:

1 Like