export { VectorIndex } from './vector-index.js'; export { PersistentVectorIndex } from './persistent-vector-index.js'; export type { PersistentVectorIndexOptions } from './persistent-vector-index.js'; export { cosineSimilarity } from '../utils/math.js'; export type { SearchResult } from './vector-index.js'; export { SemanticSearch } from './semantic-search.js'; export { SemanticRelevanceScorer } from './search-integration.js'; export type { SemanticRelevanceScorerOptions } from './search-integration.js'; export { VectorStore, type VectorSearchResult, type VectorStoreOptions } from './vector-store.js'; //# sourceMappingURL=index.d.ts.map