louis-li / SqlGPT

MIT License
68 stars 43 forks source link

Connecting to SQL DB is giving a timeout #8

Open filipefumaux opened 1 year ago

filipefumaux commented 1 year ago

Just forked and tried to run and got this error. Already fixed using SQLAchemy.

schema: dbo Traceback (most recent call last): File "/mnt/c/DEV/SqlGPT/application/app.py", line 92, in api_answer answer, thought = sql_agent.run(question) File "/mnt/c/DEV/SqlGPT/application/AzureOpenAIUtil/SqlServer.py", line 43, in run answer = self.agent_executor.run(text)