Textualization / the-ragged-edge-box

RAGGED EDGE BOX: Your Personal AI-Powered Document Search System
Other
9 stars 2 forks source link

Web UI should wait to extract answers while the local LLM is starting #12

Closed DrDub closed 6 days ago

DrDub commented 2 months ago

As a user, there is no indication the weights for the local LLM are being loaded.

What the user currently sees is no response and no indication they can resubmit the question.

The local LLM has a status endpoint that is immediately available. The search.php code should query that endpoint first, and wait until it finished loading to submit the query.