Update README.md
Browse files
README.md
CHANGED
|
@@ -2718,7 +2718,7 @@ console.log(cos_sim(truncated[0].data, truncated[1].data)); // 0.697953202142520
|
|
| 2718 |
|
| 2719 |
### Using API
|
| 2720 |
|
| 2721 |
-
You can use the
|
| 2722 |
|
| 2723 |
```python
|
| 2724 |
from mixedbread_ai.client import MixedbreadAI
|
|
|
|
| 2718 |
|
| 2719 |
### Using API
|
| 2720 |
|
| 2721 |
+
You can use the model via our API as follows:
|
| 2722 |
|
| 2723 |
```python
|
| 2724 |
from mixedbread_ai.client import MixedbreadAI
|