From cd59c7308d2de956faa097e77d67d8d1eb337c19 Mon Sep 17 00:00:00 2001 From: Jay Chia <17691182+jaychia@users.noreply.github.com> Date: Fri, 4 Oct 2024 18:46:35 -0700 Subject: [PATCH] [DOCS] Update readme to correctly reflect new messaging (#3001) --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d1eb6eb42a..c5845f73a2 100644 --- a/README.rst +++ b/README.rst @@ -4,13 +4,13 @@ `Website `_ • `Docs `_ • `Installation`_ • `10-minute tour of Daft `_ • `Community and Support `_ -Daft: Distributed dataframes for multimodal data -======================================================= +Daft: Unified Engine for Data Analytics, Engineering & ML/AI +============================================================ -`Daft `_ is a distributed query engine for large-scale data processing in Python and is implemented in Rust. +`Daft `_ is a distributed query engine for large-scale data processing using Python or SQL, implemented in Rust. -* **Familiar interactive API:** Lazy Python Dataframe for rapid and interactive iteration +* **Familiar interactive API:** Lazy Python Dataframe for rapid and interactive iteration, or SQL for analytical queries * **Focus on the what:** Powerful Query Optimizer that rewrites queries to be as efficient as possible * **Data Catalog integrations:** Full integration with data catalogs such as Apache Iceberg * **Rich multimodal type-system:** Supports multimodal types such as Images, URLs, Tensors and more