-1

I'd like to simulate a salesman.

Let's say a customer asks "Hello, do you have this product?"...

How can chatGPT provide the answer based on the ERP database? How can it give the available stock and prices?

I've seen that you can "train" chatGPT by giving it the data beforehand or injecting it between prompts...

This would work for the salesman behavior, but not for the actual product data, due to the sheer size, as well as the constantly changing nature of it.

How can chatGPT interact with a database in a real-time fashion?

Customers asks about a product > SQL query to get the data > give answer back > repeat

jarlh
  • 42,561
  • 8
  • 45
  • 63
Ivan
  • 1,967
  • 4
  • 34
  • 60
  • I don't believe a plugin exists for that. There is code interpreter that lets you upload data, but I dont think there is a way to connect directly to your data warehouse. There are other tools like Rasgo that are attempting to build this sort of thing, but I dont think anything exists from openai directly yet. – Josh Aug 15 '23 at 17:57

0 Answers0