-
Notifications
You must be signed in to change notification settings - Fork 2k
docs: add Russian README translation #2667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MonteNegroX
wants to merge
2
commits into
Canner:main
Choose a base branch
from
MonteNegroX:docs/russian-readme
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,210 @@ | ||
| <div align="center" id="top"> | ||
| <a href="https://getwren.ai"> | ||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="./misc/wrenai_logo_white.png"> | ||
| <img src="./misc/wrenai_logo.png" width="300px" alt="WrenAI"> | ||
| </picture> | ||
| </a> | ||
|
|
||
| <p> | ||
| <a href="README.md">English</a> · | ||
| <a href="README.ru.md"><strong>Русский</strong></a> | ||
| </p> | ||
|
|
||
| ### Open-source GenBI: generative BI для AI-агентов | ||
|
|
||
| *Ваши агенты генерируют, деплоят и управляют дашбордами из любой базы данных — на context layer, которому можно доверять.* | ||
|
|
||
| **Wren AI — open-source generative BI (GenBI) engine: governed text-to-SQL и semantic-layer платформа на open AI context layer, 22+ источников данных.** | ||
|
|
||
| [Документация](https://docs.getwren.ai) · [Discord](https://discord.gg/5DvshJqG8Z) · [Vision](https://www.getwren.ai/post/the-missing-context-layer-for-ai-agents-over-business-data) · [Blog](https://www.getwren.ai/blog) | ||
|
|
||
| [](https://github.com/Canner/WrenAI/blob/main/LICENSE) | ||
| [](https://pypi.org/project/wrenai/) | ||
| [](https://github.com/Canner/WrenAI/releases) | ||
| [](https://discord.gg/5DvshJqG8Z) | ||
| [](https://github.com/Canner/WrenAI/commits/main) | ||
| [](https://x.com/getwrenai) | ||
| [](https://cannerdata.com) | ||
|  | ||
|
|
||
| <a href="https://trendshift.io/repositories/9263" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9263" alt="Canner/WrenAI | Trendshift" width="250" height="55" /></a> | ||
|
|
||
| </div> | ||
|
|
||
| > **2026-05-07**: Wren Engine вошёл в этот репозиторий в [`core/`](./core). Старый `Canner/wren-engine` архивирован. Прежний GenBI app (Docker chat-first) — ветка [`legacy/v1`](https://github.com/Canner/WrenAI/tree/legacy/v1) (tag `v1-final`), теперь **Wren GenBI Classic**. [Announcement →](https://github.com/Canner/WrenAI/discussions/2205) | ||
|
|
||
| --- | ||
|
|
||
| ## Что такое WrenAI | ||
|
|
||
| WrenAI — **open-source generative BI (GenBI) engine**: AI-агенты **генерируют, деплоят и управляют** business intelligence — от governed **text-to-SQL** до shareable dashboard, на 22+ источниках данных. | ||
|
|
||
| Доверие даёт слой снизу: open **AI context layer** плюс governed **semantic layer (MDL)** — business semantics, approved definitions, examples, memory, governance и company knowledge из docs, wikis и chat. Generative BI ровно настолько хорош, насколько хорош context; Wren — этот context, reviewable и reusable для любого агента. | ||
|
|
||
|  | ||
|
|
||
| ## GenBI в трёх тактах: Generate · Deploy · Know | ||
|
|
||
| - **Generate.** Агент превращает бизнес-вопрос в *governed* text-to-SQL и charts. Schema-aware retrieval, MDL planning, dry-plan validation и structured errors держат ответ корректным, а не «уверенно неверным». | ||
| - **Deploy.** Любой ответ → shareable browser-side dashboard на [`wren-core-wasm`](https://docs.getwren.ai/oss/sdk/wasm); ship на ваш Vercel или Cloudflare Pages одной командой. | ||
| - **Know.** Знание живёт в versionable, evidence-linked files: semantic models (MDL), company definitions (`instructions.md`), memory. Reviewable. Git-friendly. Не залочено в чужом UI. | ||
|
|
||
| ## Почему agent builders выбирают WrenAI | ||
|
|
||
| - **Generative BI end to end.** Governed text-to-SQL и дальше: answer → dashboard → URL, через агентов, которые у вас уже есть. | ||
| - **Knowledge management встроено.** Business meaning и approved definitions — reviewable **semantic layer (MDL)**, а не «всё в prompt». | ||
| - **Open by default.** Core, SDK и skills — Apache-2.0. | ||
| - **Correctness as primitives.** Rich schema retrieval, dry-plan, structured errors, value profiling, eval runner. | ||
| - **Governed execution.** Dry-plan, row limits, structured errors; definitions и examples в Git — reviewable, versioned, diff-able. | ||
| - **На вашем stack.** Warehouse, pipelines, existing semantic layer — не ещё один tool «вместо всего». | ||
|
|
||
| ## Как Wren сравнивается | ||
|
|
||
| | | «Сырой» LLM-агент | Классический BI | «Голый» semantic layer | **WrenAI** | | ||
| |---|:---:|:---:|:---:|:---:| | ||
| | Пишет SQL за вас | ✅ (часто неверно) | ❌ | ❌ | ✅ governed | | ||
| | Знает business definitions | ❌ | частично, в tool | ✅ (только schema) | ✅ + non-schema knowledge | | ||
| | Генерирует и деплоит dashboards | ❌ | ✅ (вручную) | ❌ | ✅ agent-driven | | ||
| | Работает через *ваших* агентов (Claude Code, Cursor, MCP…) | ✅ | ❌ | ❌ | ✅ | | ||
| | Open, reviewable, Git-friendly context | ❌ | ❌ | partial | ✅ | | ||
| | Governed execution на 22+ sources | ❌ | per-connector | ✅ (только definitions) | ✅ | | ||
|
|
||
| ## Wren для вас, если… | ||
|
|
||
| - Нужны **trustworthy BI**: answers *и* dashboards, не просто «правдоподобный SQL». | ||
| - Business logic (definitions, enums, units, joins) живёт **вне БД**, и агенты ошибаются. | ||
| - Нужен **AI context layer** и **semantic layer**, которые **open, reviewable, version-controlled**. | ||
|
|
||
| **Пропустите Wren**, если нужен one-off chart из одного CSV или вас устраивает SQL без governance. | ||
|
|
||
| ## Быстрый старт | ||
|
|
||
| WrenAI **agent-driven by design**: CLI + discovery stub, дальше ведёт AI-агент. Workflow guides внутри CLI, on demand. | ||
|
|
||
| ### 1. Установите CLI | ||
|
|
||
| ```bash | ||
| pip install wrenai # core (DuckDB included) | ||
| pip install "wrenai[postgres,memory]" # add per-datasource and memory extras as needed | ||
| ``` | ||
|
|
||
| > **Совет для пользователей в mainland China:** если `pip install` медленный или падает, используйте зеркало Tsinghua: | ||
| > ```bash | ||
| > pip install wrenai -i https://pypi.tuna.tsinghua.edu.cn/simple | ||
| > ``` | ||
| > Если HuggingFace model downloads time out: `export HF_ENDPOINT=https://hf-mirror.com` перед CLI. | ||
|
|
||
| ### 2. Discovery stub для AI-клиента | ||
|
|
||
| ```bash | ||
| npx skills add Canner/WrenAI # auto-detects Claude Code, Cursor, Cline, Codex, … | ||
| ``` | ||
|
|
||
| Stub ~50 строк: учит агента `wren skills get <name>` и `wren ask "<question>" --guided|--direct`. | ||
|
|
||
| ### 3. Попросите агента настроить | ||
|
|
||
| > "Use Wren to set up my Postgres database." | ||
|
|
||
| Агент: `wren skills get onboarding` → connection profile, project scaffold, first query. | ||
|
|
||
| ### 4. (Опционально) Enrich — такт *Know* | ||
|
|
||
| > "Enrich my Wren project with the business context in `raw/`." | ||
|
|
||
| `wren skills get enrich-context` — grill или auto-pilot; пишет MDL, instructions, queries, memory. | ||
|
|
||
| ### 5. Вопросы — такт *Generate* | ||
|
|
||
| > "Who are our top 10 customers by sales this quarter?" | ||
|
|
||
| ### 6. Dashboard — такт *Deploy* | ||
|
|
||
| > "Turn that into an interactive dashboard I can filter and share, and deploy it to Vercel." | ||
|
|
||
| [Build & deploy a GenBI app](https://docs.getwren.ai/oss/guides/genbi). Без своей БД: sample `jaffle_shop`. | ||
|
|
||
| ## Два такта сначала, потом третий | ||
|
|
||
| ```bash | ||
| # Day 1 (agent-driven) | ||
| wren skills get onboarding # setup + first query (Generate) | ||
| wren skills get enrich-context # business context (Know) | ||
| wren skills get genbi # build & deploy dashboard (Deploy) | ||
|
|
||
| # Day-to-day | ||
| wren query --sql '...' # query through MDL | ||
| wren ask "<question>" --guided | ||
| wren ask "<question>" --direct | ||
| ``` | ||
|
|
||
| ## Semantic layer (MDL) | ||
|
|
||
| Wren **и есть** governed semantic layer в **Modeling Definition Language (MDL)** — Git-friendly определение, что данные *значат*, а не только где лежат. | ||
|
|
||
| MDL покрывает: | ||
|
|
||
| - **Models, columns, relationships, views** | ||
| - **Cubes and metrics** — approved reusable definitions | ||
| - **Business context beyond schema** — enums, units, joins в `instructions.md` и `queries.yml` | ||
|
|
||
| Плюс **AI context layer** — memory, examples, unstructured knowledge — и governed execution engine. | ||
|
|
||
| ## Что входит | ||
|
|
||
| - **MDL — semantic layer** | ||
| - **Engine**: Apache DataFusion, 22+ sources (BigQuery, Snowflake, PostgreSQL, ClickHouse, Redshift, Databricks, DuckDB, …) | ||
| - **GenBI dashboards**: [`wren-core-wasm`](https://docs.getwren.ai/oss/sdk/wasm), Vercel / Cloudflare Pages | ||
| - **Knowledge & memory — AI context layer**: `instructions.md`, `queries.yml`, local LanceDB | ||
| - **Agent SDK**: `wren-langchain`, `wren-pydantic` | ||
| - **Governed execution primitives**: dry-plan, row limits, structured errors | ||
|
|
||
| ## Что дальше | ||
|
|
||
| - End-to-end correctness primitives | ||
| - Agent-native distribution / SDKs — [Discussions](https://github.com/Canner/WrenAI/discussions) | ||
|
|
||
| Roadmap: [introduction](https://docs.getwren.ai/oss/introduction). | ||
|
|
||
| ## FAQ | ||
|
|
||
| ### Что такое generative BI (GenBI)? | ||
|
|
||
| BI, который производят AI-агенты: governed SQL, dashboard, share — на AI context layer, чтобы output был trustworthy. | ||
|
|
||
| ### Делает ли Wren AI text-to-SQL? | ||
|
|
||
| Да — **governed** text-to-SQL против MDL + dry-plan, и дальше dashboards. | ||
|
|
||
| ### Wren AI — это semantic layer? | ||
|
|
||
| Да (MDL) + AI context layer (memory, examples, unstructured knowledge). | ||
|
|
||
| ### Что такое AI context layer? | ||
|
|
||
| Reviewable, version-controlled knowledge, которого нет в schema: semantics, definitions, examples, memory, governance. [Vision](https://www.getwren.ai/post/the-missing-context-layer-for-ai-agents-over-business-data). | ||
|
|
||
| ### OSS vs Wren AI Cloud / self-hosted? | ||
|
|
||
| OSS в этом репо — free forever, Apache-2.0, self-hostable. RLS/CLS, GenBI UI, GenBI Apps, agentic mode, support/SLA — commercial (Cloud / Enterprise Plus). [Open core boundary](https://www.getwren.ai/en/open-core). | ||
|
|
||
| ### Какие data sources? | ||
|
|
||
| 22+ через DataFusion: BigQuery, Snowflake, PostgreSQL, ClickHouse, Redshift, Databricks, DuckDB, … [Connect a database](https://docs.getwren.ai/oss/guides/connect). | ||
|
|
||
| ## Open core: OSS vs Cloud / self-hosted | ||
|
|
||
| **Open core.** Context engine (MDL, governed text-to-SQL, MCP, CLI, 22+ connectors) — OSS. Commercial: RLS/CLS, GenBI UI, Scenario AI harnesses, advanced security, support/SLA. [Подробности →](https://www.getwren.ai/en/open-core). | ||
|
|
||
| ## Заметка про имя «GenBI» | ||
|
|
||
| «GenBI» теперь — open-source generative-BI capability. Ранний **Wren AI GenBI** Docker app — **Wren GenBI Classic** на [`legacy/v1`](https://github.com/Canner/WrenAI/tree/legacy/v1). | ||
|
|
||
| ## Лицензия | ||
|
|
||
| Apache-2.0 — см. [LICENSE](./LICENSE). | ||
|
|
||
| --- | ||
|
|
||
| <p align="center"><a href="#top">⬆ наверх</a></p> | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win
Restore the internal link to the GenBI-name section.
Line 35 links only to the external announcement. The English counterpart also links to the later “GenBI” name section. Add the corresponding link to
## Заметка про имя «GenBI»and keep the external announcement link. (raw.githubusercontent.com)Suggested navigation fix
📝 Committable suggestion
🤖 Prompt for AI Agents