release
This commit is contained in:
@@ -38,7 +38,6 @@ class FindReviewsResponse(BaseModel):
|
||||
execution_time: Optional[float] = Field(None, description="실행 시간(초)")
|
||||
# Vector DB 저장 데이터
|
||||
stored_data: Optional[Dict[str, StoredDataInfo]] = Field(None, description="Vector DB에 저장된 데이터")
|
||||
sample_similar_stores: List[str] = Field(default=[], description="동종 업체 샘플 목록")
|
||||
|
||||
class VectorBuildResponse(BaseModel):
|
||||
"""Vector DB 구축 응답 모델"""
|
||||
|
||||
Reference in New Issue
Block a user