Skip to content

Commit 0fcd4a5

Browse files
added filter for vector lengths
1 parent 9f0a164 commit 0fcd4a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

posting/index.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func (mp *MutationPipeline) InsertTokenizerIndexes(ctx context.Context, pipeline
188188
Value: posting.Value,
189189
}
190190

191-
fmt.Println("INFO", posting.Value, string(posting.LangTag))
191+
fmt.Println("INFO", string(posting.Value), string(posting.LangTag), valPl.Postings)
192192

193193
tokens, erri := indexTokens(ctx, info)
194194
if erri != nil {

0 commit comments

Comments
 (0)