Skip to content

Commit

Permalink
Improved example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 25, 2023
1 parent f0e6bee commit 3a9bad2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ Define a model
```csharp
public class Item
{
public int Id { get; set; }

[Column(TypeName = "vector(3)")]
public Vector? Embedding { get; set; }
}
Expand Down

0 comments on commit 3a9bad2

Please sign in to comment.