you can now pass in the filterExpression so that the messeger can change the default in settings
This commit is contained in:
@@ -72,7 +72,7 @@ let exitState=0; // i.e. next(0) means something went wrong or we found 0 source
|
||||
(async () => {
|
||||
console.log(`CQA Retrieval: ${conversationData.cqa_question}`)
|
||||
conversationData.cqa_source = await CQA_Retriever().retrieve(conversationData.cqa_question);
|
||||
console.log({ lengthOfSources: conversationData.cqa_source.instances[0].sources.length})
|
||||
|
||||
exitState = conversationData.cqa_source.instances[0].sources.length
|
||||
|
||||
})()
|
||||
|
||||
Reference in New Issue
Block a user