first fix tag search
This commit is contained in:
@@ -169,7 +169,7 @@ def search_tags(req: SearchRequest):
|
||||
continue
|
||||
|
||||
results.append({
|
||||
"chunk_id": tag_ids[idx],
|
||||
"tag_id": tag_ids[idx],
|
||||
"score": float(score),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user