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