Tencent
Tencent Holdings Ltd. (Wikipedia) (Chinese: 腾讯; pinyin: Téngxùn)is a Chinese multinational technology conglomerate and holding company headquarteredin Shenzhen.
Tencent
is one of the highest grossing multimedia companies in theworld based on revenue. It is also the world's largest company in the video game industrybased on its equity investments.
Chat model
Tencent's hybrid model API (
Hunyuan API
)implements dialogue communication, content generation,analysis and understanding, and can be widely used in various scenarios such as intelligentcustomer service, intelligent marketing, role playing, advertising, copyrighting, product description,script creation, resume generation, article writing, code generation, data analysis, and contentanalysis.
For more information, seethis notebook
from langchain_community.chat_modelsimport ChatHunyuan
Document Loaders
Tencent COS
Tencent Cloud Object Storage (COS) is a distributedstorage service that enables you to store any amount of data from anywhere via HTTP/HTTPS protocols.
COS
has no restrictions on data structure or format. It also has no bucket size limit andpartition management, making it suitable for virtually any use case, such as data delivery,data processing, and data lakes. COS provides a web-based console, multi-language SDKs and APIs,command line tool, and graphical tools. It works well with Amazon S3 APIs, allowing you to quicklyaccess community tools and plugins.
Install the Python SDK:
pip install cos-python-sdk-v5
Tencent COS Directory
For more information, seethis notebook
from langchain_community.document_loadersimport TencentCOSDirectoryLoader
from qcloud_cosimport CosConfig
Tencent COS File
For more information, seethis notebook
from langchain_community.document_loadersimport TencentCOSFileLoader
from qcloud_cosimport CosConfig
Vector Store
Tencent VectorDB
Tencent Cloud VectorDB is a fully managed,self-developed enterprise-level distributed database servicededicated to storing, retrieving, and analyzing multidimensional vector data. The database supports a variety of indextypes and similarity calculation methods, and a single index supports 1 billion vectors, millions of QPS, andmillisecond query latency.
Tencent Cloud Vector Database
can not only provide an external knowledge base for largemodels and improve the accuracy of large models' answers, but also be widely used in AI fields such asrecommendation systems, NLP services, computer vision, and intelligent customer service.
Install the Python SDK:
pip install tcvectordb
For more information, seethis notebook
from langchain_community.vectorstoresimport TencentVectorDB
Chat loader
WeChat
WeChat or
Weixin
in Chinese is a Chineseinstant messaging, social media, and mobile payment app developed byTencent
.
See ausage example.