llamaindexclassesClass: abstract BaseKVStoreمحتويات هذه الصفحةClass: abstract BaseKVStore Extended by SimpleKVStore BaseInMemoryKVStore Constructors new BaseKVStore() new BaseKVStore(): BaseKVStore Returns BaseKVStore Methods delete() abstract delete(key, collection?): Promise<boolean> Parameters • key: string • collection?: string Returns Promise<boolean> Source