Closed jnduli closed 1 month ago
Add UI that will show the results from LLM search.
Changes include:
Here's a screenshot for the page:
Base page:
After clicking AI Search:
Note: this is hidden behind a flag for the moment. To view this, you'll have to set AI_SEARCH_ENABLED = True in your settings config.
AI_SEARCH_ENABLED = True
LGTM!
Description
Add UI that will show the results from LLM search.
Changes include:
Here's a screenshot for the page:
Base page:
After clicking AI Search:
Note: this is hidden behind a flag for the moment. To view this, you'll have to set
AI_SEARCH_ENABLED = True
in your settings config.