Use local semantic embedder by default (sentence-transformers); update docs

This commit is contained in:
2026-09-20 10:19:42 -07:00
parent be22cc2a99
commit 5f8f3ecd68
2 changed files with 24 additions and 29 deletions
+5 -1
View File
@@ -13,6 +13,10 @@ numpy
polars
faiss-cpu
# Needed for the local semantic embedder (LocalEmbedder, the default local path).
# Uses a small CPU sentence-transformers model (~90 MB, no GPU needed).
sentence-transformers
# Only needed for the remote (production) embedding provider.
# Comment out if you only use the local HashingEmbedder fallback.
# Comment out if you only use the local embedders.
requests