mirror of
https://github.com/lancedb/lancedb.git
synced 2026-08-22 05:58:20 +00:00
e517ba5205
Background: if we keep adding stuff to the lancedb skill that repeats other knowledge, we're basically creating a whole new docs site, which means one more thing that can get out of date. Worse, if it gets out of date, it will tell agents to do the wrong thing. These files were added without a ton of analysis of whether they'd be improving agent performance at all. It looks like they don't really: <img width="644" height="90" alt="Screenshot 2026-08-20 at 5 21 03 PM" src="https://github.com/user-attachments/assets/44e60436-b7ad-498b-8e73-0181385c7c60" /> (top run is without these docs, bottom run is with them - arguably these docs might even make the agent a little slower! that's probably noise though; I'd just say at least they're unnecessary.) So this PR just removes them. We'll more judiciously add bits we need and/or point to preexisting docs, to avoid duplication. --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>