June 30, 2024
Unlock PostgreSQL Data with LlamaIndex
In this blog we will explore how to query postgresql database with plain english instead of complex sql queries. We will achieve this using llamaindex with LLM.
Tech Simplified
Details related to Python programming
In this blog we will explore how to query postgresql database with plain english instead of complex sql queries. We will achieve this using llamaindex with LLM.
Understanding Python virtual environments helps a developer to maintain clean and concise Python development environment.
In this post you will explore how to run python scripts from terminal or CMD using different ways. It will helpful to run scripts without UI.
Start the journey with Python by installing it on the respective operating system. Here I have covered Linux, Windows and Mac.
Welcome to the Pythonic adventure! Python’s simplicity, readability, and versatility make it an excellent companion on your coding journey.