Enhance SearchQnA (#28)
* draft searchQnA example * skip the aio bug, test pass 1/2 * fix dep * add copyright * add README * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix sync chain issues * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add SearchQnA ui part Signed-off-by: lvliang-intel <liang1.lv@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * frontend workflow * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix linebreak and frontend * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix preci issue Signed-off-by: lvliang-intel <liang1.lv@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix ci issue Signed-off-by: lvliang-intel <liang1.lv@intel.com> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix issue Signed-off-by: lvliang-intel <liang1.lv@intel.com> * update backend endpoint Signed-off-by: lvliang-intel <liang1.lv@intel.com> --------- Signed-off-by: lvliang-intel <liang1.lv@intel.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: lvliang-intel <liang1.lv@intel.com>
This commit is contained in:
@@ -11,7 +11,8 @@ repos:
|
||||
- id: check-json
|
||||
exclude: |
|
||||
(?x)^(
|
||||
ChatQnA/ui/tsconfig.json
|
||||
ChatQnA/ui/tsconfig.json|
|
||||
SearchQnA/ui/tsconfig.json
|
||||
)$
|
||||
- id: check-yaml
|
||||
- id: debug-statements
|
||||
@@ -25,7 +26,7 @@ repos:
|
||||
- id: insert-license
|
||||
files: |
|
||||
(?x)^(
|
||||
(ChatQnA|CodeGen|DocSum|VisualQnA)/.*(py|yaml|yml|sh)|
|
||||
(ChatQnA|CodeGen|DocSum|SearchQnA|VisualQnA)/.*(py|yaml|yml|sh)|
|
||||
)$
|
||||
args:
|
||||
[
|
||||
@@ -37,7 +38,7 @@ repos:
|
||||
- id: insert-license
|
||||
files: |
|
||||
(?x)^(
|
||||
(ChatQnA|CodeGen|DocSum|VisualQnA)/.*(ts|js)|
|
||||
(ChatQnA|CodeGen|DocSum|SearchQnA|VisualQnA)/.*(ts|js)|
|
||||
)$
|
||||
args:
|
||||
[
|
||||
@@ -50,7 +51,7 @@ repos:
|
||||
- id: insert-license
|
||||
files: |
|
||||
(?x)^(
|
||||
(ChatQnA|CodeGen|DocSum|VisualQnA)/.*(html|svelte)|
|
||||
(ChatQnA|CodeGen|DocSum|SearchQnA|VisualQnA)/.*(html|svelte)|
|
||||
)$
|
||||
args:
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user