-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1,025 changed files
with
31,527 additions
and
8,588 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-06-05 09:43:27 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-07-26 12:24:07 | ||
* @LastEditTime: 2024-08-06 07:52:10 | ||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk | ||
* Please be aware of the BSL license restrictions before installing Bytedesk IM – | ||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. | ||
|
@@ -82,7 +82,7 @@ git clone https://github.com/Bytedesk/bytedesk.git | |
cd bytedesk | ||
mvn install -Dmaven.test.skip=true | ||
# | ||
cd bytedesk/starter | ||
cd starter | ||
mvn spring-boot:run | ||
# | ||
# local preview: | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-06-05 09:44:23 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-07-28 13:19:25 | ||
* @LastEditTime: 2024-08-06 07:52:22 | ||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk | ||
* Please be aware of the BSL license restrictions before installing Bytedesk IM – | ||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. | ||
|
@@ -87,7 +87,7 @@ git clone https://github.com/Bytedesk/bytedesk.git | |
cd bytedesk | ||
mvn install -Dmaven.test.skip=true | ||
# | ||
cd bytedesk/starter | ||
cd starter | ||
mvn spring-boot:run | ||
# | ||
# 本地预览 | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
* @Author: jackning [email protected] | ||
* @Date: 2024-02-02 09:32:36 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-05-31 09:58:27 | ||
* @LastEditTime: 2024-07-23 11:35:15 | ||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk | ||
* Please be aware of the BSL license restrictions before installing Bytedesk IM – | ||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. | ||
|
@@ -12,11 +12,13 @@ | |
* 联系:[email protected] | ||
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved. | ||
--> | ||
# ai | ||
# ai module | ||
|
||
## docs | ||
|
||
- [spring-ai](https://docs.spring.io/spring-ai/reference/) | ||
- [spring-ai](https://spring.io/projects/spring-ai) | ||
- [spring-ai-docs](https://docs.spring.io/spring-ai/reference/index.html) | ||
- [spring-ai-getting-started](https://docs.spring.io/spring-ai/reference/getting-started.html) | ||
- [spring-ai-github](https://github.com/spring-projects/spring-ai) | ||
|
||
```bash | ||
|
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,26 @@ | ||
<!-- | ||
* @Author: jackning [email protected] | ||
* @Date: 2024-02-02 09:32:36 | ||
* @LastEditors: jackning [email protected] | ||
* @LastEditTime: 2024-07-20 08:24:46 | ||
* @Description: bytedesk.com https://github.com/Bytedesk/bytedesk | ||
* Please be aware of the BSL license restrictions before installing Bytedesk IM – | ||
* selling, reselling, or hosting Bytedesk IM as a service is a breach of the terms and automatically terminates your rights under the license. | ||
* 仅支持企业内部员工自用,严禁私自用于销售、二次销售或者部署SaaS方式销售 | ||
* Business Source License 1.1: https://github.com/Bytedesk/bytedesk/blob/main/LICENSE | ||
* contact: [email protected] | ||
* 联系:[email protected] | ||
* Copyright (c) 2024 by bytedesk.com, All Rights Reserved. | ||
--> | ||
# AI 模块 | ||
|
||
## docs | ||
|
||
- [spring-ai](https://spring.io/projects/spring-ai) | ||
- [spring-ai-docs](https://docs.spring.io/spring-ai/reference/index.html) | ||
- [spring-ai-getting-started](https://docs.spring.io/spring-ai/reference/getting-started.html) | ||
- [spring-ai-github](https://github.com/spring-projects/spring-ai) | ||
|
||
```bash | ||
ollama --help | ||
``` |
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
modules/ai/src/main/java/com/bytedesk/ai/doc/KbDocRepository.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.