Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ You can then use the model to compute embeddings, as follows:
|
|
28 |
import { pipeline, cos_sim } from '@xenova/transformers';
|
29 |
|
30 |
// Create a feature extraction pipeline
|
31 |
-
const extractor = await pipeline('feature-extraction', '
|
32 |
quantized: false, // Comment out this line to use the quantized version
|
33 |
});
|
34 |
|
|
|
28 |
import { pipeline, cos_sim } from '@xenova/transformers';
|
29 |
|
30 |
// Create a feature extraction pipeline
|
31 |
+
const extractor = await pipeline('feature-extraction', 'Xenova/jina-embeddings-v2-base-de', {
|
32 |
quantized: false, // Comment out this line to use the quantized version
|
33 |
});
|
34 |
|