mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 20:46:45 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -23,7 +23,8 @@ logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class Yellowbrick(VectorStore):
|
||||
"""Wrapper around Yellowbrick as a vector database.
|
||||
"""Yellowbrick as a vector database.
|
||||
|
||||
Example:
|
||||
.. code-block:: python
|
||||
from langchain_community.vectorstores import Yellowbrick
|
||||
|
Reference in New Issue
Block a user