Skip to content
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

Update db_copilot_with_rag.ipynb #3249

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
" # entities (List[str], optional): relevant table or columns (full names). If provided, when the knowledge piece is retrieved, we need to return the corresponding entities in schema too.\n",
" instruct_template=(\n",
" \"\"\"\n",
" You are an assistant that help answer users' questions.\n",
" You are an assistant that helps users with their queries.\n",
" Your responses should follow this format:\n",
" <Response>\n",
" <Cell>...</Cell>\n",
Expand All @@ -764,7 +764,7 @@
"\n",
" {tool_prompt_text}\n",
"\n",
" Here are some dialogue session examples demonstrating how you should generate the responses (we don't show the system interrupt messages in these examples).\n",
" Here are some dialogue session examples demonstrating how you should generate the responses (we do not show the system interrupt messages in these examples).\n",
"\n",
" {examples_prompt_text}\n",
"\n",
Expand Down