Syed007Hassan / Chat-To-Your-Database

Natural language querying allows users to interact with databases more intuitively and efficiently. By leveraging the power of LangChain, SQL Agents, and OpenAI’s Large Language Models (LLMs) like GPT, we have created an application that enable users to query databases using NLP
https://medium.com/@syed007hassan/unlocking-the-power-of-langchains-sql-agent-a-deep-dive-into-natural-language-database-4b2b2dcd6d18
MIT License
41 stars 3 forks source link

Issue with Registration Process and Clarification on "Restore Database" in PostgreSQL #42

Open mariajavadyan opened 3 weeks ago

mariajavadyan commented 3 weeks ago

Hello,

I am encountering an issue with the registration process. It gives an error when I try to register. Could you kindly assist me in resolving this?

Additionally, I have a question regarding the "Restore Database" process in PostgreSQL. It's not entirely clear which file should be uploaded. We attempted to upload a .tar file but we’re not sure if this is correct. Could you please clarify?

Thank You ! Screenshot from 2024-09-10 15-43-27

Syed007Hassan commented 2 weeks ago

Did you also run the nest_api? Secondly, if you are facing issue regarding restoring that postgres (dump or tar file), so you may run nest_api locally without docker. Import any postgres file having a proper schema. And then you may use your own DB connection for postgres and mongo and change the values in .env file