Installation - PreferredAI/cerebro GitHub Wiki
If you already have a project then just add Cerebro as a dependency to your pom.xml:
<dependency>
<!-- Cerebro: Your personalized retrieval engine @ https://cerebro.preferred.ai/ -->
<groupId>ai.preferred</groupId>
<artifactId>cerebro</artifactId>
<version>1.0</version>
</dependency>