dataprofessor / llama2

This chatbot app is built using the Llama 2 open source LLM from Meta.
https://llama2.streamlit.app
301 stars 554 forks source link

Can we able to connect other SQL and NoSQL databases #5

Open sainisanjay opened 8 months ago

sainisanjay commented 8 months ago

I would like to know, Can we able to connect other SQL and NoSQL databases like mongodb databases to make a natural language query on its data. Is that possible?!

w453y commented 6 months ago

Yes, it is possible to connect to both SQL and NoSQL databases, including MongoDB, to perform natural language queries on their data. This typically involves implementing a system that supports database connectivity and integrating natural language processing (NLP) capabilities. The feasibility depends on the specific technologies and tools you choose for your project. If you have more details or specific requirements, I can provide more targeted information. You can checkout this for database integration Github_repo