langchain_community.vectorstores.sklearn.BaseSerializer¶
- class langchain_community.vectorstores.sklearn.BaseSerializer(persist_path: str)[source]¶
Base class for serializing data.
Methods
__init__(persist_path)The file extension suggested by this serializer (without dot).
load()Loads the data from the persist_path
save(data)Saves the data to the persist_path