从向量数据库中检索图片并集成到chat-robot
This commit is contained in:
6
app/schemas/query_image.py
Normal file
6
app/schemas/query_image.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class QueryImageModel(BaseModel):
|
||||
gender: str
|
||||
content: str
|
||||
Reference in New Issue
Block a user