【解决todo】AI 知识库: 字段命名统一 补充注释

This commit is contained in:
xiaoxin
2024-09-22 15:20:55 +08:00
parent 8e56b81a3a
commit 5cd870748d
11 changed files with 38 additions and 41 deletions

View File

@ -197,7 +197,6 @@ public class AiModelFactoryImpl implements AiModelFactory {
});
}
// TODO @新:貌似可以创建一个大的 VectorStore。然后搜的时候通过 Filter.Expression 过滤对应的数据。
@Override
public VectorStore getOrCreateVectorStore(EmbeddingModel embeddingModel, AiPlatformEnum platform, String apiKey, String url) {
String cacheKey = buildClientCacheKey(VectorStore.class, platform, apiKey, url);