Skip to content

Commit

Permalink
Add option to specify the schema for the table
Browse files Browse the repository at this point in the history
  • Loading branch information
cevian committed Aug 22, 2024
1 parent 34e51ab commit c6c74c4
Show file tree
Hide file tree
Showing 5 changed files with 660 additions and 558 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ The client constructor takes three required arguments:
| table_name | Name of the table to use for storing the embeddings. Think of this as the collection name |
| num_dimensions | Number of dimensions in the vector |

You can also specify the schema name, distance type, primary key type,
etc. as optional parameters. Please see the documentation for details.

``` python
vec = client.Sync(service_url, "my_data", 2)
```
Expand Down
Loading

0 comments on commit c6c74c4

Please sign in to comment.