Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Weaviate.Client/Models/Vectorizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,11 @@ internal Multi2VecVoyageAI() { }

[JsonPropertyName("baseUrl")]
public string? BaseURL { get; set; } = null;
public int? Dimensions { get; set; } = null;
public string[]? ImageFields { get; set; } = null;
public string? Model { get; set; } = null;
public string[]? TextFields { get; set; } = null;
public string[]? VideoFields { get; set; } = null;
public bool? Truncate { get; set; } = null;

[JsonPropertyName("vectorizeClassName")]
Expand Down
Loading