Accesing Qdrant from Retool workflows

I am trying to access my Qdrant server through their python client - qdrant_client from Retool workflow. I have added the client in requirements.txt and it's installed. But I'm facing this issue, when trying to Import the library. Can anyone from @retool-team help me on this?

{"data":null,"error":"ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory (line 2 in global python configuration)"}

Hi @Joyal_A_Johney,

There are a handful of libraries that throw this sqlite3 error (similar report here)

I have added your report to the bug report internally. I'll follow up here if our team ships a fix