cmake_minimum_required(VERSION 3.13)

project(embeddings)

add_basic_example(create_embedding)
add_basic_example(create_embedding_async)
