You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone, noob here.
I installed Flowise on Hetzner via Coolify. When I try to connect Pinecone, it doesn't work. The same information put on the Flowise cloud version work, but not the self-hosted one.
This is the error:
Status: 500
Error: documentStoreServices.insertIntoVectorStoreMiddleware - Error: documentStoreServices.insertIntoVectorStore - Error: documentStoreServices._insertIntoVectorStoreWorkerThread - PineconeBadRequestError:
<html><head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>403 Forbidden</title>
</head>
<body text=#000000 bgcolor=#ffffff>
<h1>Error: Forbidden</h1>
<h2>Your client does not have permission to get URL <code>/indexes/flowise</code> from this server.</h2>
<h2></h2>
</body></html>
It happens (with different error) with every different vectorDB tried (Chroma and MongoDB Atlas). Also tried to delete, and create a new one. Always facing this.
I'm using OpenAI embedding, and I also set correct dimensions, see image.
Any idea? I think it's related to my installation.
Thanks in advance!
Hello everyone, noob here.
I installed Flowise on Hetzner via Coolify. When I try to connect Pinecone, it doesn't work. The same information put on the Flowise cloud version work, but not the self-hosted one.
It happens (with different error) with every different vectorDB tried (Chroma and MongoDB Atlas). Also tried to delete, and create a new one. Always facing this.
I'm using OpenAI embedding, and I also set correct dimensions, see image.
Any idea? I think it's related to my installation.
Thanks in advance!