Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add dof of MOne #236

Merged
merged 2 commits into from
Jan 29, 2024
Merged

add dof of MOne #236

merged 2 commits into from
Jan 29, 2024

Conversation

yangj1211
Copy link
Collaborator

@yangj1211
Copy link
Collaborator Author

@dengn need to review


## 实现

AI 框架我们采用的是 LangChain,Embedding 使用了 OpenAI Embedding 模型,OpenAI LLM 大模型使用的是 GPT-3.5-Turbo。OpenAI embedding 调用 MatrixOne 接口,基于向量化能力完成向量存储和相似度搜索,收集相似度最高的文本,调用 GPT 3.5 模型提炼优化文本,最终得到最为贴近的答案。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

“OpenAI embedding 调用 MatrixOne 接口” 这句话写的不对。是MOC调用的OpenAI embedding接口。

@yangj1211
Copy link
Collaborator Author

@dengn need to review

@dengn dengn merged commit 9863543 into matrixorigin:main Jan 29, 2024
1 check passed
@yangj1211 yangj1211 deleted the mone branch January 30, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants