Browse Source

Include spaCy model download instructions

Added instructions for downloading language models for spaCy.
weijia cheng 8 months ago
parent
commit
5182f83be0
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/chapter8/第八章 记忆与检索.md

+ 2 - 0
docs/chapter8/第八章 记忆与检索.md

@@ -154,6 +154,8 @@ hello-agents/
 
 ```bash
 pip install "hello-agents[all]==0.2.0"
+python -m spacy download zh_core_web_sm
+python -m spacy download en_core_web_sm
 ```
 
 除了这一个指令外,还需要在`.env`配置图数据库,向量数据库,LLM以及Embedding方案的API。在教程中向量数据库采用Qdrant,图数据库采用Neo4J,Embedding首选百炼平台,若没有API可切换为本地部署模型方案。