Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
239573049 committed Aug 4, 2024
1 parent bef773f commit f1e87f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Version>0.1.6</Version>
<AssemblyVersion>0.1.6</AssemblyVersion>
<Version>0.1.7</Version>
<AssemblyVersion>0.1.7</AssemblyVersion>
<Authors>AIDotNet</Authors>
<Company>AIDotNet</Company>
<PackageId>$(AssemblyName)</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion src/mem0.NET.Service/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static async Task Main(string[] args)
{
optionsBuilder.UseNpgsql(builder.Configuration.GetConnectionString("Default"));
})
.AddVectorQdrant(qdrantOptions);
.WithVectorQdrant(qdrantOptions);

var app = builder.Build();

Expand Down

0 comments on commit f1e87f8

Please sign in to comment.