BAAI
Beijing Academy of Artificial Intelligence (BAAI) (Wikipedia), also known as
Zhiyuan Institute, is a Chinese non-profit artificial intelligence (AI) research laboratory.BAAIconducts AI research and is dedicated to promoting collaboration among academia and industry, as well as fostering top talent and a focus on long-term research on the fundamentals of AI technology. As a collaborative hub, BAAI's founding members include leading AI companies, universities, and research institutes.
嵌入模型
HuggingFaceBgeEmbeddings
BGE models on the HuggingFace are one of the best open-source embedding models.
查看一个 使用示例。
from langchain_community.embeddings import HuggingFaceBgeEmbeddings
IpexLLMBgeEmbeddings
IPEX-LLM is a PyTorch library for running LLM on Intel CPU and GPU (e.g., local PC with iGPU, discrete GPU such as Arc, Flex and Max) with very low latency.
查看一个在英特尔CPU上运行模型的使用示例。 查看一个在英特尔GPU上运行模型的使用示例。
from langchain_community.embeddings import IpexLLMBgeEmbeddings
QuantizedBgeEmbeddings
查看一个 使用示例。
from langchain_community.embeddings import QuantizedBgeEmbeddings