Skip to content

bugfix for lancedb uri parsing when using an object store#2192

Open
s-sajid-ali wants to merge 1 commit intomicrosoft:mainfrom
s-sajid-ali:bugfix/lancedb_uri_parse
Open

bugfix for lancedb uri parsing when using an object store#2192
s-sajid-ali wants to merge 1 commit intomicrosoft:mainfrom
s-sajid-ali:bugfix/lancedb_uri_parse

Conversation

@s-sajid-ali
Copy link

@s-sajid-ali s-sajid-ali commented Jan 27, 2026

Description

When a db_uri for an object store is passed to lancedb, graphrag config parser implicitly converts it to a filesystem path. This PR fixes that and also incorporates #1991

Related Issues

Will fix #328 (comment) and will implicitly address #1306

Proposed Changes

Only convert db_uri to a filesystem path if it does not start with a well known object store prefix (viz. az, gs, s3). lancedb uri docs for object stores

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.

@s-sajid-ali s-sajid-ali requested a review from a team as a code owner January 27, 2026 21:26
@s-sajid-ali s-sajid-ali force-pushed the bugfix/lancedb_uri_parse branch 3 times, most recently from 41c7af6 to f07fb6d Compare January 28, 2026 17:23
@s-sajid-ali s-sajid-ali force-pushed the bugfix/lancedb_uri_parse branch 2 times, most recently from 1307cfa to 4844305 Compare February 10, 2026 19:50
@s-sajid-ali s-sajid-ali force-pushed the bugfix/lancedb_uri_parse branch from 4844305 to d57c3f7 Compare February 13, 2026 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant