Skip to content

Commit 21b27f8

Browse files
committed
apimodels
1 parent 4435814 commit 21b27f8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/fastapi_app/api_models.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ class RetrievalResponseDelta(BaseModel):
7171

7272
class ItemPublic(BaseModel):
7373
id: int
74-
type: str
75-
brand: str
76-
name: str
77-
description: str
78-
price: float
74+
document_title: str
75+
page_number: int
76+
document_date: str
77+
document_category: str
78+
content: str
7979

8080

8181
class ItemWithDistance(ItemPublic):

0 commit comments

Comments
 (0)