Gijsbert Westeneng
—Oct 09, 2024
A few months ago I created a Jupyter notebook as example how to use Microsoft Auto-Gen Function calling in combination with Mistral-large-2407.
The main goal of this Jupyter notebook is to be an example how to implement PostgreSQL and function calling together to extract information out of an PostgreSQL DB without being able to delete or update the records.
The approach is relatively simple but powerful, it gives users the ability to query the database and extra the information in an very interactive way.
This cookbook was created for the Mistral Cookbook
Also see my own Github repo: https://github.com/ethux/Mistral-PostgresQL-Function-Calling