-
Notifications
You must be signed in to change notification settings - Fork 74
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
add question refinement before call stackvm #342
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
E2E Result Deploymenthttps://tidb-ai-playwright-5976ltrx2-djaggers-projects.vercel.app |
backend/app/rag/chat.py
Outdated
question=self.user_question, | ||
), | ||
) | ||
yield ChatEvent( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do not use old ChatMessageState for stackvm based chats
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will support in future #345
backend/app/rag/chat.py
Outdated
db_assistant_message.content = response_text | ||
db_assistant_message.trace_url = f"{base_url}/task_id={task_id}" if task_id else "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
f"base_url"?task_id={task_id}"
…b.ai into refine_external_flow
…_external_flow
No description provided.