Chat2DB
Chat2DB copied to clipboard
Optimization: For queries described in natural language that require multi-table joins, the accuracy is not high. Is there anything that can be optimized?
Optimization: For queries described in natural language that require multi-table joins, the accuracy is not high. Is there anything that can be optimized? After describing the query requirements for orders and details, I found two problems.
- The key associated with join is incorrect
- The associated table is incorrect
What can I do?