-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat:Add bot_id search parameter for knowledge search interface. (#189)
- Loading branch information
Showing
17 changed files
with
336 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
const BookIcon = () => ( | ||
<svg | ||
width="16" | ||
height="16" | ||
viewBox="0 0 16 16" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<path | ||
d="M7.5 3.02191C6.4897 2.37519 5.28831 2 4 2C3.24118 2 2.51171 2.13024 1.83338 2.36999C1.63358 2.44061 1.5 2.6295 1.5 2.84141V12.3414C1.5 12.5037 1.57879 12.6559 1.71131 12.7496C1.84383 12.8434 2.01359 12.8669 2.16662 12.8128C2.73941 12.6104 3.35627 12.5 4 12.5C5.33001 12.5 6.54883 12.9715 7.5 13.7571V3.02191Z" | ||
fill="#6B7280" | ||
/> | ||
<path | ||
d="M8.5 13.7571C9.45117 12.9715 10.67 12.5 12 12.5C12.6437 12.5 13.2606 12.6104 13.8334 12.8128C13.9864 12.8669 14.1562 12.8434 14.2887 12.7496C14.4212 12.6559 14.5 12.5037 14.5 12.3414V2.84141C14.5 2.6295 14.3664 2.44061 14.1666 2.36999C13.4883 2.13024 12.7588 2 12 2C10.7117 2 9.5103 2.37519 8.5 3.02191V13.7571Z" | ||
fill="#6B7280" | ||
/> | ||
</svg> | ||
); | ||
export default BookIcon; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
|
||
English | <img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> [简体中文](./README.zh-CN.md.md) | ||
English | <img src="https://gw.alipayobjects.com/zos/antfincdn/R8sN%24GNdh6/language.svg" width="18"> [简体中文](./README.zh-CN.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.