Skip to content

Commit 01f0260

Browse files
authored
Merge pull request #1 from sathninduk/main
v0.1.3
2 parents 742abca + bca50ac commit 01f0260

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish Python Package
33
on:
44
push:
55
branches:
6-
- main
6+
- release
77

88
jobs:
99
tag-and-publish:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ChatWithSQL
22

33
**ChatWithSQL** is a Python library that bridges the gap between natural language queries and SQL databases. Designed for reliability, security, and performance, ChatWithSQL allows developers to leverage advanced Language Learning Models (LLMs) like OpenAI, Gemini, and more to retrieve database data using simple, intuitive natural language prompts.
4+
45
![Banner.png](docs_src%2Fimages%2FBanner.png)
56

67
## 🎯 Why ChatWithSQL?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="chatwithsql",
5-
version="0.1.2",
5+
version="0.1.3",
66
packages=find_packages(),
77
install_requires=[
88
"llama-index",

0 commit comments

Comments
 (0)