Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Mansive committed Jan 6, 2024
1 parent b6d6b74 commit aad1bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .xata/version/compatibility.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"@xata.io/cli":{"latest":"0.15.3","compatibility":[{"range":">=0.0.0"}]},"@xata.io/client":{"latest":"0.28.2","compatibility":[{"range":">=0.0.0"}]}}
{"@xata.io/cli":{"latest":"0.15.4","compatibility":[{"range":">=0.0.0"}]},"@xata.io/client":{"latest":"0.28.3","compatibility":[{"range":">=0.0.0"}]}}
1 change: 1 addition & 0 deletions src/lib/xata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const tables = [
{ name: "size", type: "int", notNull: true, defaultValue: "0" },
{ name: "sources", type: "multiple" },
{ name: "md5", type: "string" },
{ name: "embeddings", type: "vector", vector: { dimension: 1024 } },
],
},
] as const;
Expand Down

0 comments on commit aad1bb2

Please sign in to comment.