We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5995107 commit b8458d5Copy full SHA for b8458d5
examples/sparse/src/main/java/com/example/Example.java
@@ -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
+
8
package com.example;
9
10
import java.io.IOException;
0 commit comments