mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-05 12:48:12 +00:00
core[patch]: Fix typo in VectorStoreExampleSelector doc-string (#21574)
This commit is contained in:
parent
714cba96a8
commit
972d2071c6
@ -22,7 +22,7 @@ class _VectorStoreExampleSelector(BaseExampleSelector, BaseModel, ABC):
|
|||||||
"""Example selector that selects examples based on SemanticSimilarity."""
|
"""Example selector that selects examples based on SemanticSimilarity."""
|
||||||
|
|
||||||
vectorstore: VectorStore
|
vectorstore: VectorStore
|
||||||
"""VectorStore than contains information about examples."""
|
"""VectorStore that contains information about examples."""
|
||||||
k: int = 4
|
k: int = 4
|
||||||
"""Number of examples to select."""
|
"""Number of examples to select."""
|
||||||
example_keys: Optional[List[str]] = None
|
example_keys: Optional[List[str]] = None
|
||||||
|
Loading…
Reference in New Issue
Block a user