mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-17 03:34:18 +08:00
(improvement)(chat) Vector retrieval supports filtering by modelId collection during query. (#1576)
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user