feat(gitignore): Allow package lock files
This commit is contained in:
parent
d5b8803f12
commit
3859e3db03
4 changed files with 4529 additions and 5 deletions
|
@ -160,7 +160,9 @@ const basicWolframAlphaSearchAnsweringChain = RunnableSequence.from([
|
|||
chat_history: formatChatHistoryAsString(input.chat_history),
|
||||
}),
|
||||
basicWolframAlphaSearchRetrieverChain
|
||||
.pipe(({ query, docs }) => { return docs })
|
||||
.pipe(({ query, docs }) => {
|
||||
return docs;
|
||||
})
|
||||
.withConfig({
|
||||
runName: 'FinalSourceRetriever',
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue