INNER CODE UNIT · Swift
saveIndex
ZachNagengast/similarity-search-kit · Sources/SimilaritySearchKit/Core/Persistence/VectorStoreProtocol.swift:11
func saveIndex(items: [IndexItem], to url: URL, as name: String) throws -> URL
func loadIndex(from url: URL) throws -> [IndexItem]
func listIndexes(at url: URL) -> [URL]
}