Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner committed Oct 14, 2024
1 parent b4b058c commit 461bf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-code/src/langchain-azure-openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export async function invokeChain(): Promise<string> {
}

/**
* Perform retrieval augmeneted generation with the chat and embedding LangChain clients.
* Perform retrieval augmented generation with the chat and embedding LangChain clients.
* @returns The answer from GPT.
*/
export async function invokeRagChain(): Promise<string> {
Expand Down

0 comments on commit 461bf37

Please sign in to comment.