We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64da932 commit 4f371d0Copy full SHA for 4f371d0
src/fastapi_app/postgres_models.py
@@ -52,7 +52,7 @@ class Item(Base):
52
side_effects: Mapped[str] = mapped_column()
53
review_4_5_stars: Mapped[str] = mapped_column()
54
brand_option_in_thai_name: Mapped[str] = mapped_column()
55
- brand_ranking_position: Mapped[str] = mapped_column()
+ brand_ranking_position: Mapped[int] = mapped_column()
56
faq: Mapped[str] = mapped_column()
57
embedding: Mapped[Vector] = mapped_column(Vector(1536)) # ada-002
58
0 commit comments