基于helm-dify 0.23.0 版本初始化

This commit is contained in:
2025-03-21 10:00:02 +08:00
parent d773ead144
commit 67b42e3e1c
196 changed files with 26165 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Weaviate
[Weaviate](https://weaviate.io) is a decentralised vector search engine.
Please visit the [official docs](https://weaviate.io/developers/weaviate/installation/kubernetes)
to learn how to install Weaviate on K8s using helm.
## Install
```bash
helm repo add weaviate https://weaviate.github.io/weaviate-helm
helm install my-weaviate weaviate/weaviate
```