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.
2 parents 09ef4d6 + 2d38717 commit 992c9b8Copy full SHA for 992c9b8
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