Skip to content

Commit c6c74c4

Browse files
committed
Add option to specify the schema for the table
1 parent 34e51ab commit c6c74c4

File tree

5 files changed

+660
-558
lines changed

5 files changed

+660
-558
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ The client constructor takes three required arguments:
8080
| table_name | Name of the table to use for storing the embeddings. Think of this as the collection name |
8181
| num_dimensions | Number of dimensions in the vector |
8282

83+
You can also specify the schema name, distance type, primary key type,
84+
etc. as optional parameters. Please see the documentation for details.
85+
8386
``` python
8487
vec = client.Sync(service_url, "my_data", 2)
8588
```

0 commit comments

Comments
 (0)