You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement QueryRefinedAgainChain for enhanced query refinement process
- Added create_query_redefined_again_chain function to llm_utils/chains.py for generating refined queries based on user input and database context.
- Integrated the new chain into llm_utils/graph.py, including a new node function for processing refined queries.
- Updated state management to accommodate the refined input again, enhancing the query-making workflow.
0 commit comments