Skip to content
Discussion options

You must be logged in to vote

There is a limitation from LanceDB side. LanceDB requires at least 256 rows to be there before it can build the index (see this issue for more details).

So currently we cannot enable the index when the table is empty, but can enable it after it's populated with >=256 rows.

I created #1355. After the target table has at least 256 rows, users can change a single line in the .env file to enable the index since the next cocoindex run.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by badmonster0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants