-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,8 @@ def find_version(*file_paths): | |
url="https://github.com/parkervg/blendsql", | ||
author="Parker Glenn", | ||
author_email="[email protected]", | ||
description="A scalable SQL dialect for problem decomposition and heterogenous question-answering with LLMs.", | ||
description="Orchestrate SQLite logic and LLM reasoning within a unified dialect.", | ||
long_description="BlendSQL is a scalable SQL dialect for problem decomposition and heterogenous question-answering with LLMs. It builds off of the syntax of SQLite to create an intermediate representation for tasks requiring complex reasoning over both structured and unstructured data.", | ||
license="Apache License 2.0", | ||
packages=find_packages(exclude=["examples", "research", "img"]), | ||
install_requires=[ | ||
|