从向量数据库中检索图片并集成到chat-robot

This commit is contained in:
2024-10-29 16:50:46 +08:00
parent b9d2b510a3
commit aca90159d3
7 changed files with 217 additions and 25 deletions

View File

@@ -0,0 +1,6 @@
from pydantic import BaseModel
class QueryImageModel(BaseModel):
gender: str
content: str