Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
增加文档
  • Loading branch information
239573049 committed Aug 18, 2024
1 parent d513584 commit c45b985
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.7</Version>
<AssemblyVersion>0.1.7</AssemblyVersion>
<Version>0.1.8</Version>
<AssemblyVersion>0.1.8</AssemblyVersion>
<Authors>AIDotNet</Authors>
<Company>AIDotNet</Company>
<PackageId>$(AssemblyName)</PackageId>
Expand Down
5 changes: 5 additions & 0 deletions src/mem0.NET/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,8 @@ public TestService(MemoryService memoryService)
}
```

## 安装Qdrant

```bash
docker run -d --name qdrant -p 6334:6334 -v /path/to/data:/data qdrant/qdrant
```

0 comments on commit c45b985

Please sign in to comment.