We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e51ab commit c6c74c4Copy full SHA for c6c74c4
5 files changed
README.md
@@ -80,6 +80,9 @@ The client constructor takes three required arguments:
80
| table_name | Name of the table to use for storing the embeddings. Think of this as the collection name |
81
| num_dimensions | Number of dimensions in the vector |
82
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
+
86
``` python
87
vec = client.Sync(service_url, "my_data", 2)
88
```
0 commit comments