Dataherald / dataherald

Interact with your SQL database, Natural Language to SQL using LLMs
https://dataherald.readthedocs.io/en/latest/
Apache License 2.0
3.36k stars 235 forks source link

stream mode always with \nObservation in Action Input #456

Closed zhanpengjie closed 7 months ago

zhanpengjie commented 7 months ago

Action: DbTablesWithRelevanceScores Action Input: query five records Observation Observation: Table: aiops_metric_alarm, relevance score: 0.4535

I need to look at the schema of the relevant table. Action: DbRelevantTablesSchema Action Input: aiops_metric_alarm Observation

Observation: Tables not found in the database Final Answer: The table 'aiops_metric_alarm' is not found in the database, so no records can be retrieved.

this is the table_names_list ['aiops_metric_alarm\nObservation']

MohammadrezaPourreza commented 7 months ago

@zhanpengjie We have recently updated the streaming endpoint, please pull the latest changes and let us know if there are issues with the format. Thank you