Skip to content

Commit

Permalink
Merge pull request #19 from epsilla-cloud/fix_cloud
Browse files Browse the repository at this point in the history
Fix createTable
  • Loading branch information
richard-epsilla authored Dec 16, 2023
2 parents 09ef4d6 + 2d38717 commit 992c9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class VectorDB {
const response = await axios.post(
`${domain}/api/v3/project/${this.projectID}/vectordb/${this.dbID}/table/create`,
{
table_name: tableName,
name: tableName,
fields
},
{ headers: this.headers }
Expand Down

0 comments on commit 992c9b8

Please sign in to comment.