Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Commit 2932766

Browse files
committed
Remove AI model cache and update .gitignore
- Remove .fastembed_cache directory (86MB+ ML models) - Add .fastembed_cache/ to .gitignore to prevent future commits - These model files should not be in version control
1 parent ea8943e commit 2932766

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ Cargo.lock
1313

1414
# VSCode extension packages
1515
extension/*.vsix
16+
17+
# AI model caches
18+
.fastembed_cache/

0 commit comments

Comments
 (0)