mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 03:26:17 +00:00
docs: fix kwargs docstring (#25010)
Fix: 
This commit is contained in:
@@ -34,7 +34,7 @@ class FastEmbedSparse(SparseEmbeddings):
|
||||
If `None`, don't use data-parallel processing,\
|
||||
use default onnxruntime threading instead.\
|
||||
Defaults to None.
|
||||
**kwargs: Additional options to pass to fastembed.SparseTextEmbedding
|
||||
kwargs: Additional options to pass to fastembed.SparseTextEmbedding
|
||||
Raises:
|
||||
ValueError: If the model_name is not supported in SparseTextEmbedding.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user