Skip to content

Commit

Permalink
update how we generate embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
ykhli committed Oct 30, 2023
1 parent 9fe7f0c commit 1df60fd
Show file tree
Hide file tree
Showing 6 changed files with 624 additions and 17 deletions.
9 changes: 6 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,29 @@ const nextConfig = {
port: "",
pathname: "**",
},
{
{
protocol: "https",
hostname: "tjzk.replicate.delivery",
port: "",
pathname: "**",
},
{
{
protocol: "https",
hostname: "replicate.delivery",
port: "",
pathname: "**",
},
{
{
protocol: "https",
hostname: "a16z.com",
port: "",
pathname: "**",
},
],
},
experimental: {
serverComponentsExternalPackages: ["sharp", "onnxruntime-node"],
},
};

module.exports = nextConfig;
Loading

0 comments on commit 1df60fd

Please sign in to comment.