()
| 324 | } |
| 325 | |
| 326 | export function getIndexSqlitePath(): string { |
| 327 | return path.join(getIndexFolderPath(), "index.sqlite"); |
| 328 | } |
| 329 | |
| 330 | export function getLanceDbPath(): string { |
| 331 | return path.join(getIndexFolderPath(), "lancedb"); |
no test coverage detected