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
As we work on new functionality like summarization that requires the ability of the LLM to see the data, we need to introduce a parameter to both vn.ask and the flask run function. This will allow the user to be explicit about whether or not they will allow any part of the database contents to be sent to the LLM.
By default, this parameter should be False
The text was updated successfully, but these errors were encountered:
As we work on new functionality like summarization that requires the ability of the LLM to see the data, we need to introduce a parameter to both vn.ask and the flask run function. This will allow the user to be explicit about whether or not they will allow any part of the database contents to be sent to the LLM.
By default, this parameter should be False
The text was updated successfully, but these errors were encountered: