mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02:37 +00:00
community[patch]: Add missing annotations (#24890)
This PR adds annotations in comunity package. Annotations are only strictly needed in subclasses of BaseModel for pydantic 2 compatibility. This PR adds some unnecessary annotations, but they're not bad to have regardless for documentation pages.
This commit is contained in:
@@ -51,7 +51,7 @@ class DeepLake(VectorStore):
|
||||
vectorstore = DeepLake("langchain_store", embeddings.embed_query)
|
||||
"""
|
||||
|
||||
_LANGCHAIN_DEFAULT_DEEPLAKE_PATH = "./deeplake/"
|
||||
_LANGCHAIN_DEFAULT_DEEPLAKE_PATH: str = "./deeplake/"
|
||||
_valid_search_kwargs = ["lambda_mult"]
|
||||
|
||||
def __init__(
|
||||
|
Reference in New Issue
Block a user