From 2a8765d9a56ea4c9ded97710b73ac9ad09b47065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=9F=E5=AE=81?= Date: Fri, 23 May 2025 14:08:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=91=E9=87=8F=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E9=85=8D=E7=BD=AE=E4=B8=BAPGVECTO=5FRS?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/core/rag/datasource/vdb/vector_type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/rag/datasource/vdb/vector_type.py b/api/core/rag/datasource/vdb/vector_type.py index 7a81565e37..8e27e52de4 100644 --- a/api/core/rag/datasource/vdb/vector_type.py +++ b/api/core/rag/datasource/vdb/vector_type.py @@ -8,7 +8,7 @@ class VectorType(StrEnum): MYSCALE = "myscale" PGVECTOR = "pgvector" VASTBASE = "vastbase" - PGVECTO_RS = "pgvecto-rs" + PGVECTO_RS = "pgvecto_rs" QDRANT = "qdrant" RELYT = "relyt"