Skip to content

Commit

Permalink
updates (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofermend authored Oct 21, 2024
1 parent 1ed00bc commit b1c9495
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ llama-index==0.11.18
llama-index-indices-managed-vectara==0.2.2
llama-index-agent-llm-compiler==0.2.0
llama-index-agent-openai==0.3.4
llama-index-llms-openai==0.2.9
llama-index-llms-anthropic==0.3.1
llama-index-llms-openai==0.2.15
llama-index-llms-anthropic==0.3.6
llama-index-llms-together==0.2.0
llama-index-llms-groq==0.2.0
llama-index-llms-fireworks==0.2.0
llama-index-llms-cohere==0.3.0
llama-index-llms-gemini==0.3.5
llama-index-llms-fireworks==0.2.2
llama-index-llms-cohere==0.3.1
llama-index-llms-gemini==0.3.7
llama-index-tools-yahoo-finance==0.2.0
llama-index-tools-arxiv==0.2.0
llama-index-tools-database==0.2.0
Expand Down
4 changes: 2 additions & 2 deletions vectara_agentic/_prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
For each database, the database tools include: x_list_tables, x_load_data, x_describe_tables, and x_load_sample_data, where 'x' in the database name.
The x_list_tables tool provides a list of available tables in the x database.
Always use the x_describe_tables tool to understand the schema of each table, before you access data from that table.
Always use the x_load_sample_data tool to understand the column names, and the unique values in each column, so you can use them in your queries.
Always use the x_load_sample_data tool to understand the column names, and the unique values in each column, so you can use them in your queries.
Some times the user may ask for a specific column value, but the actual value in the table may be different, and you will need to use the correct value.
- Never call x_load_data to retrieve values from each row in the table.
- Never call x_load_data to retrieve values from each row in the table.
- Do not mention table names or database names in your response.
"""

Expand Down

0 comments on commit b1c9495

Please sign in to comment.