feat: update import statements to use TypeScript file extensions
This commit is contained in:
parent
61d86c98a7
commit
7d2b695ea0
10 changed files with 35 additions and 35 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* Embedding functions for converting data to vectors
|
||||
*/
|
||||
|
||||
import { EmbeddingFunction, EmbeddingModel, Vector } from '../coreTypes.js'
|
||||
import { EmbeddingFunction, EmbeddingModel, Vector } from '../coreTypes.ts'
|
||||
|
||||
/**
|
||||
* Simple character-based embedding function
|
||||
|
|
|
|||
Reference in a new issue