Find answers from the community

Updated 9 months ago

Is there anyone here have executed this

Is there anyone here have executed this code successfully?

"https://github.com/run-llama/llama-hub/blob/main/llama_hub/llama_packs/tables/chain_of_table/chain_of_table.ipynb"

I am getting the "AttributeError: 'NoneType' object has no attribute 'group'" when running "response = query_engine.query("Who won best Director in the 1972 Academy Awards?")"
L
A
4 comments
Chain of table is pretty POC -- most likely the LLM responded in a way that broke the regex
Thanks for the reply.
Do you have any idea to deal with text2sql when the queries are so complicated and needs a more powerful tool than the standard text2sql query engine of LlamaIndex?
I have tried this, but still unable to execute a bit complicated queries.
Can I develop my own agent for Text2SQL to work with Open-source LLMs?
Also, do you think finetuning an LLM on my own SQL database can be helpful?
Add a reply
Sign up and join the conversation on Discord