Skip to content

Wren Engine is the backbone of the semantic layer - The semantic engine for LLMs, bringing business context to AI agents.

License

Notifications You must be signed in to change notification settings

Canner/wren-engine

Repository files navigation

Wren Engine

Wren Engine is the semantic engine for LLMs, the backbone of the WrenAI project.

Useful links

🎯 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.

🤔 Concepts

🚧 Project Status

Wren Engine is currently in the alpha version. The project team is actively working on progress and aiming to release new versions at least biweekly.

⭐️ Community

🚀 Get Started

Check out our latest documentation to get a Quick start.

🙌 How to build?

Normal Build

mvn clean install -DskipTests

Build an executable jar

mvn clean package -DskipTests -P exec-jar