Skip to content

Commit

Permalink
Reverted unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackGad committed Apr 19, 2024
1 parent 4f7a753 commit fed64e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Milvus.Client/FieldSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public static FieldSchema CreateVarcharArray(
ElementDataType = MilvusDataType.VarChar,
MaxCapacity = capacity,
MaxLength = maxLength,

};

// Construct used when the user constructs a schema to be provided to CreateSchema
Expand Down
1 change: 0 additions & 1 deletion Milvus.Client/Milvus.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<PackageTags>milvus;vector database</PackageTags>
<PackageReadmeFile>readme.md</PackageReadmeFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit fed64e5

Please sign in to comment.