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

fix: allow_llm_to_see_data can be configured #435

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zyclove
Copy link
Contributor

@zyclove zyclove commented May 13, 2024

allow_llm_to_see_data can be configured.

The LLM is not allowed to see the data in your database. Your question requires database introspection to generate the necessary SQL. Please set allow_llm_to_see_data=True to enable this.

…estion requires database introspection to generate the necessary SQL. Please set allow_llm_to_see_data=True to enable this.
@npradeep357
Copy link

The configuration part is already available through Vanna config.
The response guidelines can be used as mentioned in the commit.

@zyclove
Copy link
Contributor Author

zyclove commented May 21, 2024

The configuration part is already available through Vanna config. The response guidelines can be used as mentioned in the commit.

The allow_llm_to_see_data is False.

The following should be added only when set to true
image

Otherwise, an error will be reported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants