microsoft / sample-app-aoai-chatGPT

Sample code for a simple web chat experience through Azure OpenAI, including Azure OpenAI On Your Data.
MIT License
1.44k stars 2.15k forks source link

Adding SQL server integration for private preview #845

Closed abhahn closed 1 month ago

abhahn commented 1 month ago

Motivation and Context

Description

Contribution Checklist

junan-trustarc commented 1 month ago

@abhahn after this PR, can't start app as it shows heap error. please check

junan-trustarc commented 1 month ago

@abhahn after this PR, can't start app as it shows heap error. please check

JFYI, below works.

in package.json

"build": "tsc && node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build",
abhahn commented 1 month ago

@abhahn after this PR, can't start app as it shows heap error. please check

JFYI, below works.

in package.json

"build": "tsc && node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build",

Thanks @junan-trustarc , I have a new PR out to fix this in the package.json. I'll get it merged ASAP.