Use local semantic embedder by default (sentence-transformers); update docs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user