You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(python-binding): documentation and PyPI metadata (#18711)
* Improve Python binding documentation and PyPI metadata
- Enhanced README.md with comprehensive API reference tables organized by functionality
- Added clear examples progression from local tables to cloud storage
- Updated pyproject.toml description to highlight multi-modal data warehouse for AI era
- Added readme field to ensure PyPI displays full documentation
- Improved messaging around structured data, JSON, and vector embeddings support
* Fix YAML formatting issues
- Remove trailing spaces in bindings.python.yml and build_bindings_python action
- Fix yamllint errors for Python binding CI files
Copy file name to clipboardExpand all lines: src/bendpy/README.md
+64-15Lines changed: 64 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,91 @@
1
1
# Databend Python Binding
2
2
3
-
Official Python binding for [Databend](https://databend.com) - The AI-Native Data Warehouse.
3
+
Official Python binding for [Databend](https://databend.com) - The multi-modal data warehouse built for the AI era.
4
4
5
-
Databend is the open-source alternative to Snowflake with near 100% SQL compatibility and native AI capabilities. Built in Rust with MPP architecture and S3-native storage, Databend unifies structured tables, JSON documents, and vector embeddings in a single platform.
5
+
Databend unifies structured data, JSON documents, and vector embeddings in a single platform with near 100% Snowflake compatibility. Built in Rust with MPP architecture and S3-native storage for cloud-scale analytics.
Copy file name to clipboardExpand all lines: src/bendpy/pyproject.toml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ build-backend = "maturin"
7
7
version = "0.1.0"
8
8
name = "databend"
9
9
requires-python = ">=3.10"
10
-
description = "Official Python binding for Databend - The AI-Native Data Warehouse. Open-source alternative to Snowflake with near 100% SQL compatibility, native AI capabilities, and unified support for structured, semi-structured, and vector data."
10
+
description = "The multi-modal data warehouse built for the AI era. Unified analytics for structured data, JSON, and vector embeddings with near 100% Snowflake compatibility."
0 commit comments