Open source vector database with HNSW indexing, graph relationships, and metadata facets. Features CLI with professional augmentation registry integration for discovering extensions and capabilities.
6 lines
288 B
TypeScript
6 lines
288 B
TypeScript
/**
|
|
* Type declarations for the File System Access API
|
|
* Extends the FileSystemDirectoryHandle interface to include the [Symbol.asyncIterator] method
|
|
* and FileSystemHandle to include getFile() method for TypeScript compatibility
|
|
*/
|
|
export declare const fileSystemTypesLoaded = true;
|