Ninn0x4F
Ninn0x4F
You should use npm start from the vault-ai directory and not in the secret dir
It's okay no worries, can you please just do an "ls" in the secret directory to see if the naming is setup correctly? There should be 3 files named like...
Thanks seem that this is also ok. I just noticed that it uses "bash -c" when it runs the source command that might be the issue here as it expands...
Yes because the "source" command is missing on your system / shell. If you remove the "source" in the package.json from the "start:" it will work.
Because now there is a single quote in behind ./vault-web-server'
This is really strange, does it even load the API key into the environment? If you just run: echo $OPENAI_API_KEY Does it print the API key at all or is...
That's good news, regarding the website you also need to run the following command in a second shell to build the template: npm run dev I forgot to run it...
Same issue here as well, I suspect the issue might be related to Pinecone itself, uploaded multiple files and the Vectors stopped increasing around 4k afterwards uploading any new documents...