mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 21:43:44 +00:00
community[patch]: docstrings update (#20301)
Added missed docstrings. Format docstings to the consistent form.
This commit is contained in:
@@ -12,8 +12,7 @@ def _chunk(texts: List[str], size: int) -> Iterator[List[str]]:
|
||||
|
||||
|
||||
class JavelinAIGatewayEmbeddings(Embeddings, BaseModel):
|
||||
"""
|
||||
Wrapper around embeddings LLMs in the Javelin AI Gateway.
|
||||
"""Javelin AI Gateway embeddings.
|
||||
|
||||
To use, you should have the ``javelin_sdk`` python package installed.
|
||||
For more information, see https://docs.getjavelin.io
|
||||
|
Reference in New Issue
Block a user