We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ef4d6 commit 2d38717Copy full SHA for 2d38717
1 file changed
src/cloud.ts
@@ -64,7 +64,7 @@ export class VectorDB {
64
const response = await axios.post(
65
`${domain}/api/v3/project/${this.projectID}/vectordb/${this.dbID}/table/create`,
66
{
67
- table_name: tableName,
+ name: tableName,
68
fields
69
},
70
{ headers: this.headers }
0 commit comments