Error when using connection for lancedb

There is an issue when using the lancedb and using your own connection. The error is this:

File "/usr/local/lib/python3.12/site-packages/lancedb/db.py", line 467, in __init__ 

uri = uri.expanduser().absolute()

To resolve, you should change this line to this:

self.connection = connection if connection is not None else lancedb.connect(uri=self.uri, api_key=api_key)

Hi @bencien, thank you for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all queries one by one and will get back to you soon. If it’s urgent, please let us know. We appreciate your patience!