How to correctly create the connection to a local SQL Server database using TypeORM for Langchain?
I am trying to connect to my local SQL Server database to use it with Langchain. This is how I am trying to create the connection but keep getting the error shown below when fromDataSourceParams
runs:
How to correctly create the connection to a local SQL DB using TypeORM for Langchain?
I am trying to connect to my local DB to use it with Langchain. This is how I am trying to create the connection but keep getting the below error when fromDataSourceParams runs;