doc/website: fix some cmd in rag-with-ent blog (#4331)

This commit is contained in:
Ronen Lubin
2025-02-13 17:02:58 +02:00
committed by GitHub
parent 550806cd6c
commit 727a677465

View File

@@ -456,7 +456,7 @@ Now that we have loaded the documents into the database, we need to create embed
OpenAI API to generate embeddings for the chunks. To do this, we need to install the `openai` package:
```bash
github.com/sashabaranov/go-openai
go get github.com/sashabaranov/go-openai
```
If you do not have an OpenAI API key, you can sign up for an account on the