Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
eliranwong committed Oct 11, 2023
1 parent 2516999 commit 1593a40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/TextCommandParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,6 @@ def textGPTSEARCHSearch(self, command, source):

prompt = f"""Formulate a sql query over a table created with statement "CREATE TABLE Verses (Book INT, Chapter INT, Verse INT, Scripture TEXT)".
The book numbers range from 1 to 66, corresponding to the canonical order from Genesis to Revevlation in the bible.
Also, in case regular expression is specified, it is expressed as (Scripture REGEXP ?).
I am providing you below with WHERE condition described in natural language.
Give me only the sql query statement, starting with "SELECT * FROM Verses WHERE " without any extra explanation or comment.
The WHERE condition is described as: {query}"""
Expand Down

0 comments on commit 1593a40

Please sign in to comment.