agsamantha/node_modules/@langchain/community/dist/embeddings/tencent_hunyuan/index.d.ts

9 lines
402 B
TypeScript
Raw Normal View History

2024-10-02 15:15:21 -05:00
import { TencentHunyuanEmbeddings as BaseTencentHunyuanEmbeddings, TencentHunyuanEmbeddingsParams } from "./base.js";
/**
* Class for generating embeddings using the Tencent Hunyuan API.
*/
export declare class TencentHunyuanEmbeddings extends BaseTencentHunyuanEmbeddings {
constructor(fields?: TencentHunyuanEmbeddingsParams);
}
export { type TencentHunyuanEmbeddingsParams } from "./base.js";