Skip to content

Commit

Permalink
docs: update README.md (#816)
Browse files Browse the repository at this point in the history
fix broken links
  • Loading branch information
chilijung authored Oct 7, 2024
1 parent 861f978 commit d692fb6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,22 @@

Useful links
- [Wren AI Website](https://getwren.ai)
- [Wren Engine Documentation](https://docs.getwren.ai/engine/get_started/what_is)
- [Wren Engine Documentation](https://docs.getwren.ai/oss/engine/get_started/what_is)

## 🎯 Our Mission

The Wren engine aims to be compatible with composable data systems. It follows two important traits: Embeddable and interoperability. With these two designs in mind, you can reuse the semantic context across your AI agents through our APIs and connect freely with your on-premise and cloud data sources, which nicely fit into your existing data stack.

<img src="./misc/wrenai_vision.png">

🤩 [About our Vision - The new wave of Composable Data Systems and the Interface to LLM agents](https://blog.getwren.ai/the-new-wave-of-composable-data-systems-and-the-interface-to-llm-agents-ec8f0a2e7141)
🤩 [About our Vision - The new wave of Composable Data Systems and the Interface to LLM agents](https://getwren.ai/post/the-new-wave-of-composable-data-systems-and-the-interface-to-llm-agents)

## 🤔 Concepts

- [Introducing Wren Engine](https://docs.getwren.ai/engine/get_started/what_is)
- [What is semantics?](https://docs.getwren.ai/engine/concept/what_is_semantics)
- [What is Modeling Definition Language (MDL)?](https://docs.getwren.ai/engine/concept/what_is_mdl)
- [Benefits of Wren Engine with LLMs](https://docs.getwren.ai/engine/concept/benefits_llm)
- [Introducing Wren Engine](https://docs.getwren.ai/oss/engine/get_started/what_is)
- [What is semantics?](https://docs.getwren.ai/oss/engine/concept/what_is_semantics)
- [What is Modeling Definition Language (MDL)?](https://docs.getwren.ai/oss/engine/concept/what_is_mdl)
- [Benefits of Wren Engine with LLMs](https://docs.getwren.ai/oss/engine/concept/benefits_llm)

## 🚧 Project Status
Wren Engine is currently in the beta version. The project team is actively working on progress and aiming to release new versions at least biweekly.
Expand All @@ -66,7 +66,7 @@ Wren Engine is currently in the beta version. The project team is actively worki

## 🚀 Get Started

Check out our latest documentation to get a [Quick start](https://docs.getwren.ai/engine/get_started/quickstart).
Check out our latest documentation to get a [Quick start](https://docs.getwren.ai/oss/engine/get_started/quickstart).

## 🙌 How to build?

Expand Down

0 comments on commit d692fb6

Please sign in to comment.