feat(chat): 新增聊天润色与向量搜索接口

- ChatController 提供 /chat/talk SSE 流式对话,融合 LLM 输出与 Qdrant 向量检索
- 新增 ChatReq、ChatStreamMessage 等 DTO 与 Service 骨架
- 调整向量维度与集合名称,开放跨域并补充错误码
This commit is contained in:
2025-12-08 18:05:27 +08:00
parent a577690499
commit 86601e772f
13 changed files with 186 additions and 19 deletions

View File

@@ -59,7 +59,7 @@
<dependency>
<groupId>io.qdrant</groupId>
<artifactId>client</artifactId>
<version>1.15.0</version>
<version>1.16.1</version>
<exclusions>
<exclusion>
<artifactId>guava</artifactId>