Skip to content

Commit d8c0dac

Browse files
mmacphersonclaude
andcommitted
fix: correct search DB size in docstring (2.8 MB → ~8 MB)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 21f31dc commit d8c0dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lucide/search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def search_icons(
217217
) -> list[SearchResult]:
218218
"""Search for icons by natural language query.
219219
220-
On the first call the search database is downloaded (~2.8 MB) and cached
220+
On the first call the search database is downloaded (~8 MB) and cached
221221
in ``~/.cache/python-lucide/``. The embedding model (~45 MB) is also
222222
downloaded once by *fastembed*.
223223

0 commit comments

Comments
 (0)