Skip to content

Commit

Permalink
features update
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Feb 26, 2024
1 parent a4d1626 commit a1fc21f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,8 @@ SELECT EXISTS(
### Features
- Smart parsing optimizes what is passed to external functions 🧠
- Traverses AST with [sqlglot](https://github.com/tobymao/sqlglot) to minimize external function calls
- Accelerated LLM calls, caching, and constrained decoding 🚀
- Enabled via [guidance](https://github.com/guidance-ai/guidance)
- Easy logging of execution environment with `smoothie.save_recipe()` 🖥️
- Enables reproducibility across machines
- LLM function caching, built on [diskcache](https://grantjenks.com/docs/diskcache/) 🔑
- Constrained decoding with [guidance](https://github.com/guidance-ai/guidance) 🚀


For a technical walkthrough of how a BlendSQL query is executed, check out [technical_walkthrough.md](./docs/technical_walkthrough.md).
Expand Down
6 changes: 2 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,8 @@ SELECT date, rival, score, documents.content AS "Team Description" FROM w
### Features
- Smart parsing optimizes what is passed to external functions 🧠
- Traverses AST with [sqlglot](https://github.com/tobymao/sqlglot) to minimize external function calls
- Accelerated LLM calls, caching, and constrained decoding 🚀
- Enabled via [guidance](https://github.com/guidance-ai/guidance)
- Easy logging of execution environment with `smoothie.save_recipe()` 🖥️
- Enables reproducibility across machines
- LLM function caching, built on [diskcache](https://grantjenks.com/docs/diskcache/) 🔑
- Constrained decoding with [guidance](https://github.com/guidance-ai/guidance) 🚀


For a technical walkthrough of how a BlendSQL query is executed, check out [technical_walkthrough.md](reference/technical_walkthrough.md).

0 comments on commit a1fc21f

Please sign in to comment.