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

Commit 4101a80

Browse files
authored
Update README.md (#748)
Signed-off-by: Liangyx2 <yuxiang.liang@intel.com>
1 parent 1e0d7ee commit 4101a80

File tree

1 file changed

+1
-1
lines changed
  • intel_extension_for_transformers/neural_chat/pipeline/plugins/retrieval

1 file changed

+1
-1
lines changed

intel_extension_for_transformers/neural_chat/pipeline/plugins/retrieval/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In addition, our plugin seamlessly integrates the online embedding model, Google
2727

2828
The workflow of this plugin consists of three main operations: document indexing, intent detection, and retrieval. The `Agent_QA` initializes itself using the provided `input_path` to construct a local database. During a conversation, the user's query is first passed to the `IntentDetector` to determine whether the user intends to engage in chitchat or seek answers to specific questions. If the `IntentDetector` determines that the user's query requires an answer, the retriever is activated to search the database using the user's query. The documents retrieved from the database serve as reference context in the input prompt, assisting in generating responses using the Large Language Models (LLMs).
2929

30-
We have already provided support for popular file farmat on retrieval. When using xlsx, csv, json/jsonl, predefined structure should be used.
30+
We have already provided support for popular file format on retrieval. When using xlsx, csv, json/jsonl, predefined structure should be used.
3131
| File Type | Predefined Structure |
3232
| :----: | :----: |
3333
| xlsx | ['Questions', 'Answers']<br>['question', 'answer', 'link']<br>['context', 'link'] |

0 commit comments

Comments
 (0)