File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ export { ChromaClient } from "./ChromaClient";
2
2
export { AdminClient } from "./AdminClient" ;
3
3
export { CloudClient } from "./CloudClient" ;
4
4
export { Collection } from "./Collection" ;
5
- export type { IEmbeddingFunction } from "./embeddings/IEmbeddingFunction" ;
5
+ export { IEmbeddingFunction } from "./embeddings/IEmbeddingFunction" ;
6
6
export { OpenAIEmbeddingFunction } from "./embeddings/OpenAIEmbeddingFunction" ;
7
7
export { CohereEmbeddingFunction } from "./embeddings/CohereEmbeddingFunction" ;
8
8
export { TransformersEmbeddingFunction } from "./embeddings/TransformersEmbeddingFunction" ;
@@ -12,7 +12,7 @@ export { JinaEmbeddingFunction } from "./embeddings/JinaEmbeddingFunction";
12
12
export { GoogleGenerativeAiEmbeddingFunction } from "./embeddings/GoogleGeminiEmbeddingFunction" ;
13
13
export { OllamaEmbeddingFunction } from "./embeddings/OllamaEmbeddingFunction" ;
14
14
15
- export type {
15
+ export {
16
16
IncludeEnum ,
17
17
GetParams ,
18
18
CollectionMetadata ,
You can’t perform that action at this time.
0 commit comments