Skip to content

Commit 23e50ff

Browse files
authored
docs: update logo (#86)
1 parent 2714e7c commit 23e50ff

10 files changed

+937
-27
lines changed

README.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
1-
# <h1 align="center">🦮 db-ally</h1>
1+
<div align="center">
22

3-
<p align="center">
4-
<em>Efficient, consistent and secure library for querying structured data with natural language</em>
3+
<picture>
4+
<source media="(prefers-color-scheme: light)" srcset="docs/assets/banner-light.svg">
5+
<img alt="dbally logo" src="docs/assets/banner-dark.svg" width="40%" height="40%">
6+
</picture>
7+
8+
<br/>
9+
<br/>
10+
11+
<p>
12+
<em>Efficient, consistent and secure library for querying structured data with natural language</em>
513
</p>
614

7-
---
15+
[![PyPI - License](https://img.shields.io/pypi/l/dbally)](https://pypi.org/project/dbally)
16+
[![PyPI - Version](https://img.shields.io/pypi/v/dbally)](https://pypi.org/project/dbally)
17+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dbally)](https://pypi.org/project/dbally)
818

9-
* **Documentation:** [db-ally.deepsense.ai](https://db-ally.deepsense.ai/)
10-
* **Source code:** [github.com/deepsense-ai/db-ally](https://github.com/deepsense-ai/db-ally)
19+
</div>
1120

1221
---
1322

14-
15-
**db-ally** is an LLM-powered library for creating natural language interfaces to data sources. While it occupies a similar space to the text-to-SQL solutions, its goals and methods are different. db-ally allows developers to outline specific use cases for the LLM to handle, detailing the desired data format and the possible operations to fetch this data.
23+
db-ally is an LLM-powered library for creating natural language interfaces to data sources. While it occupies a similar space to the text-to-SQL solutions, its goals and methods are different. db-ally allows developers to outline specific use cases for the LLM to handle, detailing the desired data format and the possible operations to fetch this data.
1624

1725
db-ally effectively shields the complexity of the underlying data source from the model, presenting only the essential information needed for solving the specific use cases. Instead of generating arbitrary SQL, the model is asked to generate responses in a simplified query language.
1826

docs/assets/banner-dark.svg

+266
Loading

0 commit comments

Comments
 (0)