zpn commited on
Commit
604f15e
1 Parent(s): 1b206ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -7
README.md CHANGED
@@ -2619,17 +2619,12 @@ license: apache-2.0
2619
  | nomic-embed-text-v1.5 | 8192 | 256 | 61.04 |
2620
  | nomic-embed-text-v1.5 | 8192 | 128 | 59.34 |
2621
  | nomic-embed-text-v1.5 | 8192 | 64 | 56.10 |
2622
- | text-embedding-3-small | 8192 | 1536 | 62.26 |
2623
- | text-embedding-3-small | 8192 | 512 | 61.60 |
2624
-
2625
 
2626
 
2627
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/607997c83a565c15675055b3/CRnaHV-c2wMUMZKw72q85.png)
2628
 
2629
 
2630
 
2631
-
2632
-
2633
  ## Hosted Inference API
2634
 
2635
  The easiest way to get started with Nomic Embed is through the Nomic Embedding API.
@@ -2641,8 +2636,9 @@ from nomic import embed
2641
 
2642
  output = embed.text(
2643
  texts=['Nomic Embedding API', '#keepAIOpen'],
2644
- model='nomic-embed-text-v1',
2645
- task_type='search_document'
 
2646
  )
2647
 
2648
  print(output)
 
2619
  | nomic-embed-text-v1.5 | 8192 | 256 | 61.04 |
2620
  | nomic-embed-text-v1.5 | 8192 | 128 | 59.34 |
2621
  | nomic-embed-text-v1.5 | 8192 | 64 | 56.10 |
 
 
 
2622
 
2623
 
2624
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/607997c83a565c15675055b3/CRnaHV-c2wMUMZKw72q85.png)
2625
 
2626
 
2627
 
 
 
2628
  ## Hosted Inference API
2629
 
2630
  The easiest way to get started with Nomic Embed is through the Nomic Embedding API.
 
2636
 
2637
  output = embed.text(
2638
  texts=['Nomic Embedding API', '#keepAIOpen'],
2639
+ model='nomic-embed-text-v1.5',
2640
+ task_type='search_document',
2641
+ dimensionality=256,
2642
  )
2643
 
2644
  print(output)