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