User Tools

Site Tools


using-chatgpt-as-a-pseudo-db

This article contains info about using ChatGPT or the Azure OpenAI suite as a way to answer questions from a specific data set, e.g. company documents.

This model could be thought of as a pseudo DB where the user could “query” the db by asking the model questions about the data it got trained on.

“What are the top 10 sales agents for North America for December?”
“Please list all conversations where someone mentioned that the coffee was cold.”

One way to do this is by creating a custom GPT which will answer questions based on data you add yourself.

Yes, Azure OpenAI can be used in this manner as can be seen in the link above.

It’s unclear whether you should use it this way. There are still sources that suggest ChatGPT might not be accurate even when external data is uploaded to a custom GPT.

If you’re interested in trying out OpenAI in this manner, the article from Zapier above has detailed steps on how to do it. In summary, you would:

  1. Use “Create a GPT” option in the paid version of ChatGPT.
  2. Instruct it that you’re creating a company reference GPT based on company documents.
  3. Upload documents using the upload Knowledge function in the custom GPT configuration page.

It’s worth noting that you cannot exclude all other data that chatgpt uses, because it is used to help chatgpt understand input and write answers (How ChatGPT Works).

using-chatgpt-as-a-pseudo-db.txt · Last modified: 2024/01/02 17:09 by Roman Sheydvasser