在知识库中,保存文档时对文档进行向量化,检索文档时对检索词向量化,都需要使用 Embedding model 对原始文本进行向量化处理。
Embedding model
在 AI 知识库插件中,向量存储就是 Embedding model 和向量数据库的绑定。