Skip to content

Commit

Permalink
docs: fix typo in rag tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Allen committed Jan 17, 2024
1 parent b3c80ee commit b0f36d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/tutorial_rag.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from langchain_core.runnables import RunnablePassthrough, RunnableLambda
from langchain_openai import ChatOpenAI, OpenAIEmbeddings
```

Then we'll define a `log_prompt()` method and `prompt_logger` runnable function provide convenient ways to log the current prompt at any point in a LangChain chain so that you can see how it changes as it is constructed.
Then, we'll define a `log_prompt()` method and `prompt_logger` runnable function that provides a convenient way to log the current prompt at any point in a chain's execution so that we can see how it changes as it is constructed.

You can ignore these or explore adding `prompt_logger` as a step in any chain in this tutorial when you want to see the prompt at that point in the chain.

Expand Down

0 comments on commit b0f36d5

Please sign in to comment.