Index.upsert and index.query not working properly/reflecting properly
Whenever i run this code: from openai import OpenAI client = OpenAI(api_key=os.getenv("OPENAI_API_KEY")) assistant_id = "asst_321" embeddings = client.embeddings.create(...
View ArticlePossible bug in user role management
I suspect that there’s a problem with user role management. I invited my colleague, assigning them the Owner role but they are unable to enter billing information, saying that they only have the User...
View ArticleRerank endpoint throws 404 not found
Hi there. I’m trying to use Rerank via curl / Postman to later implement it in node without SDKs. I’m on the free plan for now. The basic example POST https://api.pinecone.io/rerank throws a 404 Not...
View ArticleIs there a way to configure the index host using pinecone-local docker image?
Describe index response has a host value that is used in the docs. According to the docs, only java and c# examples have not direct access to this value to perform the upsert operation. Testcontainers...
View ArticleMy contact database no appear at cloud
Hi All I wanted use Pinecone for remember my email address. First I create a CSV file save in my local folder. I manage to link CSV file with form submission. After i successfully, it work once .,...
View ArticleMarkdown Beyond h6: How Does the Pinecone Assistant Chunking Algorithm Handle...
Hi Pinecone Community, I’m exploring the capabilities of the Pinecone Assistant and have a question regarding markdown file chunking. Specifically, does Pinecone’s chunking algorithm recognize...
View ArticleStoring metadata in pinecone cloud DB for each Resume
Hi, I have 50 resumes in pdf format, i am able to read all pdf content as chunks and store in the vector database and able to retrieve based the LLM Query sucessfully. The challenge is, how can i...
View Article3.14 - Happy Pi(necone) Day!
Happy Pi(necone) Day! Did you know our sample apps and demos are like a pie shell—ready to be filled with whatever you want? To celebrate, we’re giving away Pinecone swag! Complete these 3.14 steps to...
View ArticleFetch api call to list in ui
I am trying to fetch my records so i can display them in my UI, my current fetch request is a get and structured like this GET...
View ArticleHigh Latency On llama-text-embed-v2
I am having 2.5 seconds (median) latency on embedding creation. Is there an incident or something? anyone having same problem? 2 posts - 2 participants Read full topic
View ArticleLaunch Week | 2025: March 17-21
pinecone.io Launch Week | Pinecone We're rolling out new features every day. Be the first to try them. 3 posts - 1 participant Read full topic
View ArticleHow to check for Data freshness after insertion in pinecone in a distributed...
Current data freshness methods are dependent on checking vector count/ lsn. Both of these will also be affected if the same namespace is affected by a different system leading the method to be...
View ArticleHow do I change my AWS region after upgrading to the Standard Plan
Recently upgraded from Free to Standard, we are on us-west-2 for all other services within AWS, I prefer to change that for Pinecone as well, I don’t see an option to do this in the Management...
View ArticleError [PineconeAuthorizationError]: The API key you provided was rejected
I am continuously facing below error. It automatically works sometimes & sometimes doesn’t. Please suggest something Error [PineconeAuthorizationError]: The API key you provided was rejected while...
View ArticleI am unable to login to my console
I have two index of gcp-starter category and right-now I am unable to login to my console. It keeps on refreshing and I am getting this error repeatedly in developer console: [LaunchDarkly]...
View ArticleIndex stuck in terminating stage
Hi, I deleted an index from the UI, and its been stuck in the terminating stage since the past 20 minutes The delete protection was not enabled for this index, so not sure what is the issue here 1...
View ArticlePinecone api returns not all the results
i have a serverless pinecone index. i need to get all the data filtering by metadata only, not using the vector search. i run it with the dummy vector to overcome the limitation of the pinecone api...
View ArticleUpgrading RAG Pipeline
We are at a point where we need to upgrade our RAG Pipeline and I am uptaking Managing Imports → Understanding imports - Pinecone Docs , a couple of quick questions. Does this assume conversion of any...
View ArticleIam geting error that my metadata size exceeds limit
My question is that does the size of text that i am inserting along with my vectors matters or not or the size of only metadata matters and is the metadata for only one chunk for is considered or the...
View ArticleForbiddenException: Terms of service not accepted. Please accept via the console
Suddenly got this error (with the same code It was running properly before). I can even access my assistant from the Console. I have tried a new a/c and a new API key. But got the same error....
View ArticleImportError: cannot import name 'Pinecone' from 'pinecone' (unknown location)
ImportError: cannot import name ‘ServerlessSpec’ from ‘pinecone’ (unknown location) 2 posts - 2 participants Read full topic
View ArticleDoes Pinecone do compound primary keys?
Looks like when Upserting you have only the id or _id attribute for one key. I was wondering if there was a way to do compound primary keys or if I have to just separate into a bunch of namespaces 3...
View ArticleCaused by SSLError(SSLEOFError(8, '[SSL: UNEXPECTED_EOF_WHILE_READING] EOF...
Help Needed: Persistent SSL Handshake Failures with Pinecone Vector Storage The Problem I’m experiencing a persistent SSL handshake error when storing vectors in Pinecone from my Cloud Run artifact...
View ArticleInconsistent metadata filtering with serverless index
We currently have a serverless index with the following index stats: ‘dimension’: 768, single namespace, ‘total_vector_count’: 2096563 When running this query: response = self.index.query(...
View ArticleIs the managed pinecone good to use in China?
Hey there, trying to look for a managed vector db service for small size company located in China. Does pinecone set up in the east-asia region, looks like there is southeast asia region (probably in...
View ArticleUnable to get local issuer certificate (_ssl.c:1000)')))
Hello Team, I am using the pincone API in the python project. I am getting below error:- urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘api.pinecone.io’, port=443): Max retries exceeded...
View ArticleGetting a 400 error on upsert text
I’m using the no-code platform Make to send an REST API request as follows, but I’m receiving a 400 error with the message “Error reading or parsing record at line 1: EOF while parsing a list at line...
View ArticleGetting [ERROR] UnauthorizedException: (401)
I’ve been using Pinecone with no errors up until yesterday, when in the lambda logs in AWS showed the following message: [ERROR] UnauthorizedException: (401) Reason: Unauthorized HTTP response...
View ArticleAdd region eu-west-2 (London)
Dear Support, Would it be possible to request eu-west-2 as a location to host my databases on? I have a number of requirements to host data inside the UK for many reasons including UK-GDPR standards....
View ArticleGetting 401 Unauthorized errors after migrating to serverless from gcp-starter
We recently migrated from gcp-starter to serverless. Now I am seeing the following error: HTTP response headers: HTTPHeaderDict({‘x-pinecone-auth-rejected-reason’: ‘Malformed domain’,...
View Article