From 62df7c755b6311cbfa3f33c824d0ca4634ddf1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pstr=C4=85g?= Date: Thu, 22 Aug 2024 23:21:40 +0200 Subject: [PATCH] add dbally project --- docs/my-website/docs/projects/dbally.md | 3 +++ docs/my-website/sidebars.js | 1 + 2 files changed, 4 insertions(+) create mode 100644 docs/my-website/docs/projects/dbally.md diff --git a/docs/my-website/docs/projects/dbally.md b/docs/my-website/docs/projects/dbally.md new file mode 100644 index 000000000..688f1ab0f --- /dev/null +++ b/docs/my-website/docs/projects/dbally.md @@ -0,0 +1,3 @@ +Efficient, consistent and secure library for querying structured data with natural language. Query any database with over 100 LLMs ❤️ 🚅. + +🔗 [GitHub](https://github.com/deepsense-ai/db-ally) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index 54df1f3e3..368609d4b 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -261,6 +261,7 @@ const sidebars = { items: [ "projects/Docq.AI", "projects/OpenInterpreter", + "projects/dbally", "projects/FastREPL", "projects/PROMPTMETHEUS", "projects/Codium PR Agent",