Skip to content

Commit

Permalink
Fix follow up input variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
hupe1980 committed Nov 3, 2023
1 parent d00401a commit aa3d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rag/conversational_retrieval_qa.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const defaultcondenseQuestionPromptTemplate = `Given the following conversation
Chat History:
{{.history}}
Follow Up Input: {{.query}}
Follow Up Input: {{.question}}
Standalone question:`

// Compile time check to ensure ConversationalRetrievalQA satisfies the Chain interface.
Expand Down

0 comments on commit aa3d1b7

Please sign in to comment.