UNPKG

antarys

Version:

High-performance Node.js client for Antarys vector database with HTTP/2, connection pooling, and intelligent caching

13 lines 592 B
export { Client, createClient } from './client'; export { VectorOperations } from './vector_ops'; export { QueryCache, BufferPool, HighPerformanceCache } from './caching'; export * from '../shared/types'; export declare function createCollection(client: Client, params: CreateCollectionParams): Promise<ApiResponse>; import { ApiResponse, CreateCollectionParams } from '../shared/types'; import { Client, createClient } from './client'; declare const _default: { Client: typeof Client; createClient: typeof createClient; }; export default _default; //# sourceMappingURL=index.d.ts.map