Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
henomis committed Feb 28, 2024
1 parent 92c2091 commit 232a7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rag/sub_document.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ type SubDocumentRAG struct {
llm LLM
}

//nolint:lll
var SubDocumentRAGSummarizePrompt = "Please give a concise summary of the context in 1-2 sentences.\n\nContext: {{.context}}"

func NewSubDocumentRAG(index *index.Index, llm LLM) *SubDocumentRAG {
Expand Down

0 comments on commit 232a7fb

Please sign in to comment.