Index
BaseIndexStore #
Bases: ABC
Source code in llama-index-core/llama_index/core/storage/index_store/types.py
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
|
persist #
persist(persist_path: str = DEFAULT_PERSIST_PATH, fs: Optional[AbstractFileSystem] = None) -> None
Persist the index store to disk.
Source code in llama-index-core/llama_index/core/storage/index_store/types.py
32 33 34 35 36 37 |
|