Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 283 Bytes

File metadata and controls

18 lines (13 loc) · 283 Bytes

Basic Example

What it does

The basic_embeddings example demonstrates how to generate vector embeddings for text.

How to Build

dotnet build

How to Run

  1. Copy an embedding model .gguf file as model.gguf inside the directory

  2. Run

dotnet run