mirror of
https://gitcode.com/ageerle/ruoyi-ai.git
synced 2026-03-18 23:23:43 +08:00
feat: 修复向量库初始化失败导致程序启动失败
This commit is contained in:
@@ -45,7 +45,6 @@ public class VectorStoreServiceImpl implements VectorStoreService {
|
||||
private final ConfigService configService;
|
||||
|
||||
@Override
|
||||
@PostConstruct
|
||||
public void createSchema(String kid,String modelName) {
|
||||
switch (modelName) {
|
||||
case "weaviate" -> {
|
||||
|
||||
Reference in New Issue
Block a user