docs: Correcting a spelling mistake in README (#1367)

Co-authored-by: tongtie <tongtie@gmail.com>
This commit is contained in:
TongTie 2023-09-05 11:10:14 +08:00 committed by liunux4odoo
parent 8ea75417ec
commit 98e4fbaaa3
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ embedding_model_dict = {
} }
``` ```
如果你选择使用OpenAI的Embedding模型请将模型的 ``key``写入 `embedding_model_dict`中。使用该模型,你需要能够访问OpenAI官的API或设置代理。 如果你选择使用OpenAI的Embedding模型请将模型的 ``key``写入 `embedding_model_dict`中。使用该模型你需要能够访问OpenAI官的API或设置代理。
### 4. 知识库初始化与迁移 ### 4. 知识库初始化与迁移