You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/sdks/python.mdx
+21-19Lines changed: 21 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,36 @@ description: Seamlessly integrate EigenDB into your Python applications
4
4
icon: python
5
5
---
6
6
7
-
## Installation
7
+
## Installation
8
8
9
9
<CodeGroup>
10
10
```bash pip
11
11
pip install eigen-client
12
12
```
13
13
</CodeGroup>
14
14
15
+
## Supported embedding models
16
+
17
+
If you desire to use a model that is not listed here, you can simply create the index with `client.create_index(...)` and provide the desired dimensions and similarity metric.
18
+
19
+
| Model Name | Provider | Dimensions | Similarity Metric |
0 commit comments