Broken link in Prompt Engineering documentation

This is a simple report to highlight that there is a broken link in a section of the Prompt Engineering documentation.

Here is the link to the main section:
https://platform.openai.com/docs/guides/prompt-engineering/strategy-use-external-tools

The broken link is the bolded portion of this text:

See the tactic “Instruct the model to use retrieved knowledge to answer queries” for an example of how to use knowledge retrieval to minimize the likelihood that a model will make up incorrect facts.

2 Likes

They can just select that whole section and press “delete”.

Vector database knowledge retrieval injection doesn’t belong under “prompt engineering”.

There were better “how to: embeddings” cookbook examples a while ago when it was on github, but they toasted that and just put up a list of vector databases from third parties.

There’s now lots of poor and broken documents.

Here’s a “chunk and get embeddings” notebook, but it is also dense and obtuse: https://github.com/openai/openai-cookbook/blob/main/examples/Get_embeddings_from_dataset.ipynb

1 Like