Sajjad313 commited on
Commit
b05d751
·
verified ·
1 Parent(s): c275d09

very tiny change

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ you can find the specific tasks in the *Tasks* section
32
  You can use this model for inference directly from this page using Hugging Face’s serverless inference API.
33
  This is not possible via the official Jina AI model page. Here’s an example of how to get sentence embeddings using the Hugging Face Inference API:
34
 
35
- you can the function below for inference (it applies mean-pooling and normalization too and returns embeddings ready to store in your vector databases)
36
  ```python
37
  from huggingface_hub import InferenceClient
38
  import numpy as np
 
32
  You can use this model for inference directly from this page using Hugging Face’s serverless inference API.
33
  This is not possible via the official Jina AI model page. Here’s an example of how to get sentence embeddings using the Hugging Face Inference API:
34
 
35
+ you can use the function below for inference (it applies mean-pooling and normalization too and returns embeddings ready to store in your vector databases)
36
  ```python
37
  from huggingface_hub import InferenceClient
38
  import numpy as np