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

Was a fix ever released to make connecting with Qdrant possible?

No, unfortunately this is still in our backlog, so I don't have an eta yet

I get the same error when trying to use the copernicusmarine library. Is there a fix or workaround?
Thanks!

Same issue with NLTK

Hi @robertdijk I do not know of any work around unfortunately. I will add this library to the list of libraries on the ticket and add a +1 for you.

@Andy_Coffin will do the same for you as well!

Hey all - I realize that it's been a while, but this should be working now! We made some changes to the base image in version 3.351.0 that explicitly add the libsqlite3-0 package. let us know if you run into any additional issues or have questions. :+1: