Table of Contents
- Project Goal
- Solution
- Prompt engineering
- Investor Agent class
- Serving the agent through a web api endpoint
- Calling the agent
Project Goal
The goal of the project is to build a question/answering system over an SQL database that contains various financial data. We will also expose this chatbot through a web api so that multiple users can use it.
Solution
The solution will be broken into these steps
- Prompt... read more