Quantcast
Channel: Pinecone Community - Latest topics
Browsing all 733 articles
Browse latest View live

Eyy people, how have you solved the rewriting vector problem when...

If you save new vectors with IDs identical to those already present in your index, the new vectors will overwrite the existing ones. I’ve been trying to address this issue by starting to generate IDs...

View Article


Can't connect to existing index

Hi, I just created a new index(free tier) and everything worked fine(upsert dozens). Now when I tried to reconnect to the index I get ProtocolError: ('Connection aborted.', ConnectionResetError(54,...

View Article


Request_timeout

How to setup on API request_timeout, in case of no answer from the API for XXX seconds. 4 posts - 3 participants Read full topic

View Article

Heroku support of Pinecone

Is pinecone supported on Heroku? If not, is it planned? 3 posts - 3 participants Read full topic

View Article

Python Client Upsert Issue - mismatch in values once upserted

Upserting a list[tuple(str,list[float])] per Python Client. For example original vector of length 1536 like so: [(‘1’, [0.0031443795, 0.012362102, -0.01929016,…)] once upserted equals the following in...

View Article


Pinecone for CSP's

I work for a CSP that is an MSP for a firm. The firm wants to utilize Pinecone, but when trying to create a subscription in Azure for Pinecone, we are met with the “This application is not available...

View Article

迁移数据如果想要将qdrant的集合数据迁移到该向量数据库

如果想要将qdrant的集合数据迁移到Pinecone,现在有没有比较好的方案,可以试一下 4 posts - 4 participants Read full topic

View Article

Pinecone with LangChain: Index Object has no attribute 'exists'

Hi all, I am new to Pinecone and learning through out the way. I am creating a PDF reader application with LangChain and Pinecone. In one section of my code where I want to split the PDFs user upload...

View Article


CERTIFICATE_VERIFY_FAILED self-signed certificate in certificate chain

I am trying to test my index by upserting some test vectors. pinecone.init( api_key = “x”, environment = “gcp-starter” ) index = pinecone.Index('x) index.upsert([ (“A”, [0.1, 0.1, 0.1, 0.1, 0.1, 0.1,...

View Article


Concurrent queries to same index

Hi, I am using python’s concurrent futures to query the same index with different vectors. I am getting the following error: ForbiddenException: (403) Reason: Forbidden HTTP response headers:...

View Article

429 You exceeded your current quota, please check your plan and billing...

○ Compiling /api/addData … ✓ Compiled /api/addData in 1749ms (744 modules) Warning: TT: undefined function: 21 ⨯ Error [InsufficientQuotaError]: 429 You exceeded your current quota, please check your...

View Article

Pinecone returns 403 when request sent from server

Pinecone JS returns 403 when request sent from server deployed to render.com BUT works running locally. API key and environment are correct. Is there a way to whitelist requests? 3 posts - 3...

View Article

Multiple indices, or 1 index to rule them all?

Hi there, question for the community about index design. Suppose we have different entities we want to embed, for example a product and a supplier. I see two options: option A: embed each entity in...

View Article


Expecting an exact match when querying a vector. (QUERY)

I just upserted a vector, but when querying the same vector, it is not in the results. can someone explains what’s happening plz? code: import pinecone import os # pinecone PINECONE_API_KEY =...

View Article

Limit of vectors on free plan

Hi, Is there a limit on the number of vectors I get on a free plan ? I found on a 2022 medium article a limit of 100K vectors but could not find similar information in the Pinecone documentation....

View Article


Image may be NSFW.
Clik here to view.

Not working - Delete vectors via API filtered by metadata

I am using Bubble, but testing in Postman and get the same results in both with the following API call. The call completes without errors but the vectors are still there when I search from the...

View Article

Image may be NSFW.
Clik here to view.

Getting pinecone.core.client.exceptions.ForbiddenException suddenly but it...

Hello, This is my first time making a chatbot and I have deployed the chatbot I made on the streamlit using pinecone embedding. The app was working fine before, but I have suddenly faced with this...

View Article


How do I export a collection to an external data store, such as AWS S3?

I need to backup our data to an external data store, such as AWS S3. Is there a way to export the data? It can be in any format - json, csv, binary, doesn’t matter. 7 posts - 2 participants Read full...

View Article

[InsufficientQuotaError]: 429 You exceeded your current quota, please check...

I’m new to Pinecone and openAI, but why this showing exceeded quota error 2 posts - 2 participants Read full topic

View Article

Image may be NSFW.
Clik here to view.

Looking to get a BAA signed

Hi all, Looking to find out who to email/message about getting a BAA signed between my company and Pinecone, the support bot mentioned it, but… knowing how LLM’s work… could of hallucinated it 3 posts...

View Article
Browsing all 733 articles
Browse latest View live