Skip to content

Commit

Permalink
AST -> abstract syntax tree
Browse files Browse the repository at this point in the history
  • Loading branch information
parkervg committed Feb 27, 2024
1 parent 6c70bdc commit 921d3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ 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
- Traverses abstract syntax tree with [sqlglot](https://github.com/tobymao/sqlglot) to minimize LLM function calls 🌳
- LLM function caching, built on [diskcache](https://grantjenks.com/docs/diskcache/) 🔑
- Constrained decoding with [guidance](https://github.com/guidance-ai/guidance) 🚀

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ 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
- Traverses abstract syntax tree with [sqlglot](https://github.com/tobymao/sqlglot) to minimize LLM function calls 🌳
- LLM function caching, built on [diskcache](https://grantjenks.com/docs/diskcache/) 🔑
- Constrained decoding with [guidance](https://github.com/guidance-ai/guidance) 🚀

Expand Down

0 comments on commit 921d3e0

Please sign in to comment.