Is it possible to sleep / temporary turn off instances?
Hey there, I’m currently using the free version of Pinecone for a PoC, and we’re doing a cost analysis of which vector database service to use for the production-ready version of our service. The...
View ArticleStruggling with Upsert data from DataFrame to Pinecone
Hello, I’ve been grappling with a challenge for a while now as I attempt to insert data into my Pinecone Index using a vector embedding generated by a BERT model. The problem lies in the platform’s...
View ArticleAutomated backup strategies in prod
For prod and data retention, disaster recovery, etc… is there any automated backup feature? Or we’d have to roll our own by calling into the backup indexes → collection api? Back up indexes What’s the...
View ArticleCreation of Index error
For the last 2 hours I am trying to create an index using the following code: # Check if the knowledge base index exists try: # Attempt to retrieve information about the index...
View ArticleError while upserting data
new_row = pd.DataFrame({"id": [content_id], "vector": [embedding], 'metadata': [{'content': chunk_text}]}) df = pd.concat([df, new_row], ignore_index=True) index.upsert(vectors=zip(df.id, df.vector,...
View ArticleCustom distance metric for binary vectors?
I have multiple vectors stored in Pinecone that are binary. When defining the query vector, I want to return the vectors in order of the closest Hamming distance but based only on the indices in the...
View ArticleError code unclear
Hi We are struggling to understand what triggers this error message. Does anyone know ? File “/usr/local/lib/python3.10/site-packages/pinecone/core/client/api_client.py”, line 459, in request return...
View ArticleHELP! NOT WORKING: Exclude id & filter id
I am trying to observe the behaviour of exclude_id or filter. However, it seems like the argument is not working at all! it keeps giving me same query result even if i exclude previous query result id...
View ArticleProblem querying using streamlit
Hi, I get the following error when I connect my code to streamlit but runs perfectly fine when used locally: ForbiddenException: (403) Reason: Forbidden HTTP response headers:...
View ArticleS1 Pod fullness at 100% with only 183k vector count
I am using 1 S1 pod to upsert my 1024 dimension embeddings. According to the documentation, we can upload around 4 million vectors in S1 pod of 1024 dimension. Why does my pod fullness go to 100% only...
View ArticleWhat tool do you use to create "hand-drawn-like" graphics
What tool do you use to create “hand-drawn-like” graphics 1 post - 1 participant Read full topic
View ArticleI am getting error in aws lambda
I did pip install pinecone-client and then ran my code it ran in local but in aws-lambda it throws me the below error. [ERROR] AttributeError: module ‘os’ has no attribute ‘add_dll_directory’...
View ArticlePinecone Java client throwing error...
Hi there, I’m a Pinecone Java user that just upgraded to version 0.7.1 of the Pinecone Java client. Unfortunately, my Java code now throws the error: io.pinecone.exceptions.PineconeException: Unable...
View ArticleCanopy-specific category?
I don’t want to bother the expert Pinecone users here with Canopy-related qustions, so I was hoping it could have its own category in this forum. I’m having trouble with where pip is putting Canopy. I...
View ArticleTunneling over proxy
My corporate firewall does not allow direct access to pinecone server thro API. Is there workaround that I can do in Nodejs to implement tunneling over proxy when accessing Pinecone server? I’m using...
View ArticleBuilding RAG with Pinecone on Android/Kotlin
Hi everyone, I built the prototype for my client in Python. Pinecone is so solid. Now I am releasing the solution on mobile, starting with Android/Kotlin. On mobile, we just don’t have the resources...
View ArticleWhy Pinecone vector db result is not perfect for retrieval on complex query?
Hi, I’ve embedded the Wikipedia pages of 50 United States presidents using a Hugging Face model and stored those embeddings on Pinecone. I asked a simple question: ‘Please provide me with the name of...
View ArticleBulk Metadata update feature
I want to update the metadata field ‘abcd’ for all vectors matching another metadata field value: filename=filename1 Suppose I query for all vectors with filename1 do one by one for each vector id as...
View ArticleError: API Key do not work with Flowise
When I paste my API conclusions from Pinecone into Flowise, I get the following error: A call to https://gcp-starter-gnqojri.svc.gcp-starter.pinecone.io/query returned HTTP status 404. Missing request...
View ArticleJava Client connector
I was trying to connect using the Java client 0.6.0 . Received the below error . Exception in thread “main” io.grpc.StatusRuntimeException: INVALID_ARGUMENT: The ‘queries’ parameter has been...
View Article