Skip to content

Commit

Permalink
Better intro, explaining 'blend' name
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Apr 11, 2024
1 parent 6259bfb commit 727ed68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ BlendSQL is a *superset of SQLite* for problem decomposition and hybrid question

As a result, we can *Blend* together...

- 🥤 ...operations over heterogeneous data sources (e.g. structured, unstructured, visual)
- 🥤 ...the structured reasoning of SQL with the generalizable reasoning of LLMs
- 🥤 ...operations over heterogeneous data sources (e.g. tables, text, images)
- 🥤 ...the structured & interpretable reasoning of SQL with the generalizable reasoning of LLMs

It can be viewed as an inversion of the typical text-to-SQL paradigm, where a user calls a LLM, and the LLM calls a SQL program.

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ BlendSQL is a *superset of SQLite* for problem decomposition and hybrid question

As a result, we can *Blend* together...

- 🥤 ...operations over heterogeneous data sources (e.g. structured, unstructured, visual)
- 🥤 ...the structured reasoning of SQL with the generalizable reasoning of LLMs
- 🥤 ...operations over heterogeneous data sources (e.g. tables, text, images)
- 🥤 ...the structured & interpretable reasoning of SQL with the generalizable reasoning of LLMs

It can be viewed as an inversion of the typical text-to-SQL paradigm, where a user calls a LLM, and the LLM calls a SQL program.

Expand Down

0 comments on commit 727ed68

Please sign in to comment.