(improvement)(chat) Vector retrieval supports filtering by modelId collection during query. (#1576)

This commit is contained in:
lexluo09
2024-08-16 21:31:07 +08:00
committed by GitHub
parent 6aff51d394
commit 7150f19def
4 changed files with 73 additions and 66 deletions

View File

@@ -12,7 +12,7 @@ public class RetrieveQuery {
private List<String> queryTextsList;
private Map<String, String> filterCondition;
private Map<String, Object> filterCondition;
private List<List<Double>> queryEmbeddings;