-
Notifications
You must be signed in to change notification settings - Fork 46
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
The database schema used when generating SQL #34
Comments
I'm seeing the same, unless I'm misunderstanding the code. The tentative_schema is only used during SS steps (select_tables and select_columns), with candidate generation and revision both configured to use the complete schema. Wouldn't this mean the SS agent has no effect, or am I misunderstanding? From reading the code, it looks like the CG agent does use the LSH-retrieved value overrides (if retrieved) and only considers the VectorDB-retrieved context based on this (please correct me if wrong here), but the actual schema is complete. Is this correct, and if so is SS having any impact in the current implementation? |
Hello, I have changed the 'complete' in the CG phase code to 'tentative', as shown below: |
Hello, may I ask if the database schema used for generating SQL should not be the database schema pruned from the previous one? I'm a bit confused as I see that the code implementation still uses a complete database schema. Looking forward to your reply, thank you.
The text was updated successfully, but these errors were encountered: