diff --git a/doc/website/blog/2025-02-12-rag-with-ent-atlas-pgvector.mdx b/doc/website/blog/2025-02-12-rag-with-ent-atlas-pgvector.mdx index d6d7bda33..5f02ba732 100644 --- a/doc/website/blog/2025-02-12-rag-with-ent-atlas-pgvector.mdx +++ b/doc/website/blog/2025-02-12-rag-with-ent-atlas-pgvector.mdx @@ -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