Skip to content

πŸ€– The semantic engine for LLMs, bringing semantic context to AI agents. πŸ”₯

License

Notifications You must be signed in to change notification settings

Canner/wren-engine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4d8ae82 Β· Sep 4, 2024
Aug 22, 2024
Aug 7, 2024
Jun 28, 2024
Jun 28, 2024
Sep 4, 2024
Jun 13, 2024
Sep 4, 2024
Sep 4, 2024
Sep 4, 2024
Sep 4, 2024
Sep 3, 2024
Sep 4, 2024
Sep 4, 2024
Jun 28, 2024
May 19, 2024
Jun 25, 2024
Jun 27, 2024
May 9, 2022
Sep 4, 2024

Repository files navigation

Wren Engine

Wren Engine is the semantic engine for LLMs, the backbone of the Wren AI 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.

🀩 About our Vision - The new wave of Composable Data Systems and the Interface to LLM agents

πŸ€” 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