@langchain/community
Version:
Third-party integrations for LangChain.js
1 lines • 792 B
Source Map (JSON)
{"version":3,"file":"web.cjs","names":["BaseTencentHunyuanEmbeddings"],"sources":["../../../src/embeddings/tencent_hunyuan/web.ts"],"sourcesContent":["import { sign } from \"../../utils/tencent_hunyuan/web.js\";\nimport {\n TencentHunyuanEmbeddings as BaseTencentHunyuanEmbeddings,\n TencentHunyuanEmbeddingsParams,\n} from \"./base.js\";\n\n/**\n * Class for generating embeddings using the Tencent Hunyuan API.\n */\nexport class TencentHunyuanEmbeddings extends BaseTencentHunyuanEmbeddings {\n constructor(fields?: TencentHunyuanEmbeddingsParams) {\n super({ ...fields, sign });\n }\n}\n\nexport { type TencentHunyuanEmbeddingsParams } from \"./base.js\";\n"],"mappings":";;;;;;;;;AASA,IAAa,2BAAb,cAA8CA,aAAAA,yBAA6B;CACzE,YAAY,QAAyC;AACnD,QAAM;GAAE,GAAG;GAAQ,MAAA,YAAA;GAAM,CAAC"}