Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Answer tab shows continuous loading while there are no matched records to the question #1049

Open
viviancpy opened this issue Dec 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@viviancpy
Copy link

viviancpy commented Dec 23, 2024

Describe the bug
The Answer tab shows continuous loading while there are no matched records to the question.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Home'
  2. Ask a question which does not have a matched entry in the dataset. E.g. in my example, I don't have any sales record in Year 2023.
  3. Switch to 'View SQL' tab, it shows the query is done with 'Sorry, we couldn't find any records that match your search criteria.'
  4. The 'Answer' tab is not able to show the information like "The sales is undetermined as there are no records"

Expected behavior
It is expected that if the view SQL concludes already, the Answer tab should show a 'complete' or 'warning' message, instead of continuous loading

Screenshots
image
image

Desktop (please complete the following information):

  • OS: Windows, Docker
  • Browser: Chrome

Wren AI Information

  • Version: Wren AI version: 0.13.0-rc.3
  • LLM_PROVIDER= openai_llm
  • GENERATION_MODEL= gpt-4.0-o-mini
@viviancpy viviancpy added the bug Something isn't working label Dec 23, 2024
@wwwy3y3
Copy link
Member

wwwy3y3 commented Dec 23, 2024

Hi @viviancpy

please share your logs with us with the following command:

docker logs wrenai-wren-ui-1 >& wrenai-wren-ui.log && \
docker logs wrenai-wren-ai-service-1 >& wrenai-wren-ai-service.log && \
docker logs wrenai-wren-engine-1 >& wrenai-wren-engine.log && \
docker logs wrenai-ibis-server-1 >& wrenai-ibis-server.log

You could DM us on discord & share logs with us in private. Find Wren AI - William on our discord.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants