Skip to content

Commit b8458d5

Browse files
committed
Added comment [skip ci]
1 parent 5995107 commit b8458d5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/sparse/src/main/java/com/example/Example.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// good resources
2+
// https://opensearch.org/blog/improving-document-retrieval-with-sparse-semantic-encoders/
3+
// https://huggingface.co/opensearch-project/opensearch-neural-sparse-encoding-v1
4+
//
5+
// run with
6+
// text-embeddings-router --model-id opensearch-project/opensearch-neural-sparse-encoding-v1 --pooling splade
7+
18
package com.example;
29

310
import java.io.IOException;

0 commit comments

Comments
 (0)