Skip to content

Commit 2d38717

Browse files
Fix createTable
1 parent 09ef4d6 commit 2d38717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cloud.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class VectorDB {
6464
const response = await axios.post(
6565
`${domain}/api/v3/project/${this.projectID}/vectordb/${this.dbID}/table/create`,
6666
{
67-
table_name: tableName,
67+
name: tableName,
6868
fields
6969
},
7070
{ headers: this.headers }

0 commit comments

Comments
 (0)