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

Issues in the current project #22

Open
parthasarathydNU opened this issue Jul 11, 2024 · 0 comments
Open

Issues in the current project #22

parthasarathydNU opened this issue Jul 11, 2024 · 0 comments

Comments

@parthasarathydNU
Copy link
Owner

parthasarathydNU commented Jul 11, 2024

Areas of Improvement

  1. We have the base foundation to do querying across tables

    • Halucinates - Even though the sql query output is empty, it returns a hallucinated response
    • Issues with classification - a given user message, sometimes, get's classified as query
    • Sometimes the generated query is wrong - fails during the query execution
  2. Chart generation

    • Only one table's sample data is hardcoded in the UI side, even we are passing the same table name to the chain, so it can get the schema, so the charts are getting generated fine, but it is only restricted to the same table
    • For plotting the chart, we need both the data and the chart spec ( generated by llm ) - How do we get the right data for every user query while generating the chart
    • We don't know if the generated chart is the right one
    • More like an implementation problem
  3. Usability - not very intuitive

  4. We need the right users for feedback

  5. Hallucinating while having a normal conversation

  6. Final response generation after generating the SQL query and results is slow

  7. Sometimes when asked questions out of scope, in a repetitive manner, the responses look very hard coded , it gives the same response over and over again

  8. Too complex a backend - need to simplify it, too many chains

9. The chatbot seems to be responding to the previous query rather than the current query

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: In review
Development

No branches or pull requests

1 participant