Hi @ChakshuGautam , the current existing code is only working for the pre-defined prompts (cannot take any random input other than the defined prompts) and moreover the position of the search-box is not stable, it goes down when more messages are there.
After making the required changes:
The cQubeChat now can receive any random input string
The position of the search-box is fixed in a manner that now there is more chat space
Interaction using Openai LLM to demonstrate the working of the cQubeChat
After connecting the cQube Data with the LLM and SQL Agents it can function as a proper bot that can convert natural language to SQL and then from there it can interact with the database and return the output/data you need.
Please check your discord @ChakshuGautam I have DMed you the short videos highlighting the problems and changes.
Hi @ChakshuGautam , the current existing code is only working for the pre-defined prompts (cannot take any random input other than the defined prompts) and moreover the position of the search-box is not stable, it goes down when more messages are there.
After making the required changes:
After connecting the cQube Data with the LLM and SQL Agents it can function as a proper bot that can convert natural language to SQL and then from there it can interact with the database and return the output/data you need.
Please check your discord @ChakshuGautam I have DMed you the short videos highlighting the problems and changes.