Building a Simple SQL/AI Environment

  • Comments posted to this topic are about the item Building a Simple SQL/AI Environment

  • What does this mean?  I followed your steps above, and corrected the local file path to match your Settings screenshot.

    Invoke-WebRequest : The response content cannot be parsed because the Internet Explorer engine is not available, or

    Internet Explorer's first-launch configuration is not complete. Specify the UseBasicParsing parameter and try again.

    At line:1 char:13

    + $response = Invoke-WebRequest -URI http://localhost:4891/v1/chat/comp ...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo : NotImplemented: (:) [Invoke-WebRequest], NotSupportedException

    + FullyQualifiedErrorId : WebCmdletIEDomNotSupportedException,Microsoft.PowerShell.Commands.InvokeWebRequestComman

    d

  • Is this post about exploring how to implement Natural language query by end-user ?

    It would be awesome to be able to ask in natural language, AI would return the SQL query that the programmer can execute and return the result to the user.

    WHere to start ?

    How to give AI the database model (relation between tables) ?

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply