Skip to content

Commit

Permalink
[NeuralChat] Fix RAG example for retrieval plugin parameter change (#…
Browse files Browse the repository at this point in the history
…1111)

Fix RAG example for retrieval plugin parameter change

Signed-off-by: lvliang-intel <liang1.lv@intel.com>
  • Loading branch information
lvliang-intel committed Jan 4, 2024
1 parent 257c78c commit c35d2b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ retrieval:
enable: true
args:
input_path: "./askdoc_docs"
persist_dir: "./askdoc_persist"
persist_directory: "./askdoc_persist"
response_template: "We cannot find suitable content to answer your query, please contact AskGM to find help. Mail: ask.gm.zizhu@intel.com."
append: False

Expand Down

0 comments on commit c35d2b6

Please sign in to comment.