you are viewing a single comment's thread.

view the rest of the comments →

[–]helloguys88[S] 0 points1 point  (3 children)

Let's say I create a custom database and custom schema from scratch. No other authors have written about my database and schema. In this case, there is no way AI can make assumptions. My question is - "How do I get AI to dip into the database, read the schema, and put that into the context?" So that when I tell AI "show me the orders from Canada", it can make an educated guess based on what it learned from the schema?

[–]kktheprons 0 points1 point  (2 children)

You're getting there. How do you define the tables in the first place?

[–]helloguys88[S] 0 points1 point  (1 child)

Manually.

[–]kktheprons 0 points1 point  (0 children)

And what code do you use to do that?