Skip to content

Commit

Permalink
docs(guide/configure-vector-database): add luna-vdb documentation and…
Browse files Browse the repository at this point in the history
… update introduction
  • Loading branch information
dingyi222666 committed Dec 30, 2024
1 parent c2ab892 commit 2472234
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/guide/configure-vector-database/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [Faiss](./faiss.md)
- [Redis](./redis.md)
- [Milvus](./milvus.md)
- [luna-vdb](./luna-vdb.md)

## 使用

Expand Down
18 changes: 18 additions & 0 deletions docs/guide/configure-vector-database/luna-vdb.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# luna-vdb

luna-vdb 是由 ChatLuna 团队开发的简易,轻量级向量数据库,使用 Rust 编写,并提供 Wasm 支持。

## 安装

luna-vdb 由于其轻量,零依赖的特性,已被向量服务设置为必须依赖。

当你安装了向量服务后,luna-vdb 会自动被安装。

## 使用

1. 安装 `chatluna-vector-store-service`,启用该插件。
2. 在向量适配器中选中 luna-vdb。

![alt text](../../public/images/image-71.png)

3. 在主插件的 [模型选项](../useful-configurations.md#模型选项) 中找到 [defaultVectorStore](../useful-configurations.md#defaultvectorstore) 配置项,选择为 `luna-vdb` 即可。
Binary file added docs/public/images/image-71.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2472234

Please sign in to comment.