Skip to content

Commit ceab3b9

Browse files
authored
Update README.md
1 parent 91ac1d8 commit ceab3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AgentQnA/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ source $WORKDIR/GenAIExamples/AgentQnA/docker_compose/intel/hpu/gaudi/set_env.sh
142142
source $WORKDIR/GenAIExamples/AgentQnA/docker_compose/intel/cpu/xeon/set_env.sh
143143
```
144144

145-
### 3. Launch the multi-agent system. </br>
145+
### 2. Launch the multi-agent system. </br>
146146

147147
Two options are provided for the `llm_engine` of the agents: 1. open-source LLMs on Gaudi, 2. OpenAI models via API calls.
148148

@@ -195,7 +195,7 @@ cd $WORKDIR/GenAIExamples/AgentQnA/docker_compose/intel/cpu/xeon
195195
docker compose -f $WORKDIR/GenAIExamples/DocIndexRetriever/docker_compose/intel/cpu/xeon/compose.yaml -f compose_openai.yaml up -d
196196
```
197197

198-
### 4. Ingest Data into the vector database
198+
### 3. Ingest Data into the vector database
199199

200200
The `run_ingest_data.sh` script will use an example jsonl file to ingest example documents into a vector database. Other ways to ingest data and other types of documents supported can be found in the OPEA dataprep microservice located in the opea-project/GenAIComps repo.
201201

0 commit comments

Comments
 (0)