Embeddings template needs pinecone update
.env
file includes PINECON_ENV of which there is now no reference on the Pinecone site. Recommend upgrading to Pinecone ^3.0.2
, removing reference to PINECONE_ENV
and adding a spec
property in the generateEmbeddings.ts
file as per pinecone docs
```ts
await pinecone.createIndex({
// add this...Added a new page, can't get it to load
Binary for ARM64?
Deploying Migration fails
[email protected] db-migrate-prod prisma migrate deploy --schema=../db/schema.prismaPrisma schema loaded from ../db/schema.prisma...
want to redirectTo=customURL after login
Is there a table component?
hot swapping auth
[RESOLVED] http://localhost:3000/ is just blank page? Everything on installed seemed fine?
User dropdown and Auth not visible/working upon deployment
Update Wasp AI to use latest GPT model
Render for deployment a good choice?
Best Way of Migrating DB on deployed project?
Scaling
Did I accidentally delete a folder/files? 'wasp/client/router' & 'wasp/client/auth'
How to get custom import aliases
How to create and use a custom template?
wasp start
Can you eject?
How to Automatically Create Default Values in a Related Table on User Signup?
What causes this rollup error?
wasp start
?
```
[!] RollupError: src/server.ts (6:7): "default" is not exported by "../../../src/ServerSetup.ts", imported by "src/server.ts".
[ Server!] https://rollupjs.org/troubleshooting/#error-name-is-not-exported-by-module
[ Server!] src/server.ts (6:7)...