doc update

This commit is contained in:
robin
2023-10-11 15:04:09 +08:00
parent 99d90e76ba
commit 88f5a54a03
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ public class EmbeddingController extends ChatController {
private TableService tableService;
/**
* save knowledge embeddings from pdf file
* save datasource embeddings
*
* @param request
* @return

View File

@ -51,7 +51,7 @@ public class KnowledgeController extends ChatController {
private GatewayClientService gatewayClientService;
/**
* save knowledge embeddings from pdf file
* save knowledge from pdf file
*
* @param file
* @return
@ -86,7 +86,7 @@ public class KnowledgeController extends ChatController {
}
/**
* search knowledge embeddings
* search knowledge
*
* @param queryRequest
* @return

View File

@ -27,7 +27,7 @@ public class TextGenerationController extends ChatController {
/**
* chat的超时时间
* chat timeout time
*/
private static final Long CHAT_TIMEOUT = Duration.ofMinutes(50).toMillis();