README.md

# GoogleApi.RecommendationEngine

Recommendations AI (Beta) client library.

Note that we now highly recommend new customers to use Retail API, which incorporates the GA version of the Recommendations AI funtionalities. To enable Retail API, please visit https://console.cloud.google.com/apis/library/retail.googleapis.com. The Recommendations AI service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.

## Installation

Install this package from [Hex](https://hex.pm) by adding
`google_api_recommendation_engine` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:google_api_recommendation_engine, "~> 0.3"}]
end
```

## For more information

Product documentation is available at [https://cloud.google.com/recommendations-ai/docs](https://cloud.google.com/recommendations-ai/docs).

Library reference documentation is published on Hexdocs at
[https://hexdocs.pm/google_api_recommendation_engine](https://hexdocs.pm/google_api_recommendation_engine).