astronomer / ask-astro

An end-to-end LLM reference implementation providing a Q&A interface for Airflow and Astronomer
https://ask.astronomer.io/
Apache License 2.0
192 stars 47 forks source link

Ask Astro web: History of previous query and response are getting overridden by original query and response #83

Closed vatsrahul1001 closed 10 months ago

vatsrahul1001 commented 10 months ago

While testing from https://ask.astronomer.io/ I noticed an issue, previous responses are getting duplicated by first response and question.

More context: https://astronomer.slack.com/archives/C05QJA9LTR9/p1699263197141719

pankajastro commented 10 months ago

tried a few examples looks like something is not right with auto refresh here is an example request https://ask.astronomer.io/requests/bc5476a6-8313-11ee-8587-2f5619e720f8 it will give the correct result since it has been refreshed

Lee-W commented 10 months ago

I'm trying to reproduce this but not able to. Is there any stable way to reproduce it? or has it been resolved?

vatsrahul1001 commented 10 months ago

@Lee-W still reproducible, @pankajastro looked into this and was able to repro, not sure any fix was pushed for this

Lee-W commented 10 months ago

Thanks @vatsrahul1001 . I'm able to reproduce it both locally and dev now. Will take a look tomorrow

vatsrahul1001 commented 10 months ago

Verified https://github.com/astronomer/ask-astro/pull/172 in dev LGTM