lance_db.py
delete_by_name() and delete_by_metadata() load matching rows and delete their IDs from the LanceDB table.
Run the Example
1
Set up your virtual environment
2
Install dependencies
3
Export the API key
4
Run the example
Insert a PDF, search it with an agent, and delete LanceDB rows by name or metadata.
delete_by_name() and delete_by_metadata() load matching rows and delete their IDs from the LanceDB table.
Set up your virtual environment
Install dependencies
Export the API key
Run the example