Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit c35d2b6

Browse files
[NeuralChat] Fix RAG example for retrieval plugin parameter change (#1111)
Fix RAG example for retrieval plugin parameter change Signed-off-by: lvliang-intel <liang1.lv@intel.com>
1 parent 257c78c commit c35d2b6

File tree

1 file changed

+1
-1
lines changed
  • intel_extension_for_transformers/neural_chat/examples/deployment/rag

1 file changed

+1
-1
lines changed

intel_extension_for_transformers/neural_chat/examples/deployment/rag/askdoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ retrieval:
3030
enable: true
3131
args:
3232
input_path: "./askdoc_docs"
33-
persist_dir: "./askdoc_persist"
33+
persist_directory: "./askdoc_persist"
3434
response_template: "We cannot find suitable content to answer your query, please contact AskGM to find help. Mail: ask.gm.zizhu@intel.com."
3535
append: False
3636

0 commit comments

Comments
 (0)