Skip to content

Conversation

@erik-wang-lancedb
Copy link
Contributor

Migrated content over, writing all the code snippets into a python file.

Need to read over and make examples more human - current impl just ports it over for now.

@prrao87
Copy link
Contributor

prrao87 commented Nov 29, 2025

@erik-wang-lancedb I addressed the first issue in #10 in this PR. You can take the remaining items in that issue from here :).

However, the tests are failing on my end (test_tables.py isn't running for me 😅 )

examples/py/test_tables.py:30: UnboundLocalError
============================= short test summary info ==============================
FAILED examples/py/test_basic_usage.py::test_basic_usage - AssertionError: assert 3 == 4
FAILED examples/py/test_basic_usage.py::test_working_with_tables_async - NameError: name 'random' is not defined. Did you forget to import 'random'?
FAILED examples/py/test_tables.py::test_tables_basic_connect_snippet - UnboundLocalError: cannot access local variable 'lancedb' where it is not assoc...

@prrao87 prrao87 marked this pull request as draft November 29, 2025 15:16
@erik-wang-lancedb
Copy link
Contributor Author

Will look into the remaining issues from #10!

The tests do work on my end, the error logs read like packages are not installed correctly perhaps?

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.

2 participants