Skip to content

Commit

Permalink
Make title of PeopleAlsoAsk section of online results optional
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Jan 25, 2025
1 parent a3b5ec4 commit aebdd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/khoj/database/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class PeopleAlsoAsk(PydanticBaseModel):
link: Optional[str] = None
question: Optional[str] = None
snippet: Optional[str] = None
title: str
title: Optional[str] = None


class KnowledgeGraph(PydanticBaseModel):
Expand Down

0 comments on commit aebdd17

Please sign in to comment.