Skip to content

Commit

Permalink
Merge branch 'pgvector-support' into gadget-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
airhorns committed Dec 8, 2023
2 parents 2222fad + b8a9294 commit 1455e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/driver/postgres/PostgresDriver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ export class PostgresDriver implements Driver {
"geography",
"cube",
"ltree",
"vector"
]

/**
Expand Down
1 change: 1 addition & 0 deletions src/driver/types/ColumnTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ export type SimpleColumnType =
| "array" // cockroachdb, sap, spanner
| "cube" // postgres
| "ltree" // postgres
| "vector" // postgres via pgvector extension

/**
* Any column type column can be.
Expand Down

0 comments on commit 1455e3b

Please sign in to comment.