I've used Pinecone to streamline token generation for my chatbot's functionality. Specifically, I used it for the OpenNeeam Building.

External reviews
External reviews are not included in the AWS star rating for the product.
complicated set-up
When I tried to use the Pinecone standard plan connected with AWS Marketplace, the setup process looped between Pinecone and AWS Marketplace. I am unable to start a standard plan. It still showing current plan as starter eventhough the pinecone documents says AWS Marketplace don't support it.
Apart from the chatbot, there is no help from the pinecone side. There has been no response to my sales query also.
- Mark review as helpful
ideal for machine learning, AI applications and similarity search
Also it's use case is little complex with lack of ecosystem integration.
God of creating embeddings
Pinecone assistant beta user
I love to see pinecone assistant in deployable version because it is powerful yet it is in the beta version only for testing not for production
Good support from team.
Solid option for vector DB
Pinecone: The Backbone of Efficient Vector Search and Retrieval
Using Pinecone on production - 1 year later
- High performance (upsert and search in the ms)
- Simple integration via API and deployment and now after their recent release of serverless indexes it's very simple to maintain and scale (it's autoscaling).
- Low price (relative to the number of vectors) and free limited indexes. Free indexes are great to run development environment data. For a while it was impossible to upgrade a free index to a paying one, but this is now addressed.
- Incredible support (we had an issue and was not expecting getting this quality of support without paying the usual business support fees of an AWS for example)
- The ability to assign metadata is very useful (we still maintain a traditional db to keep track of the vectors)
- The single stage query vector/metadata is very useful and saves the headache of over-querying
- One feature we have meant to use is the use of sparse vectors in combination with the dense vectors. So, can't really comment yet
- The documentation using metadata and single stage queries is a bit light
- They have a smart bot to help answer support questions. On the great side, it seems they use their own technology for RAG type of application, but on the other it often misses the mark. ChatGPT or Perplexity are surprisingly more effective.
- There has been a few down times, but they are very communicative about them and maintain a server health page for each endpoint. It's usually related to a specific infrastructure (AWS or GCP) they run on.
- They have been growing and improving the technology, and like with other player, sometimes to update their python library or the way to reference to the indexes. But each time it's been toward simplification, and I suspect it will stabilize.
A great serverless DBaaS for vectors
Provides a private local host feature and is easy for new users to learn
What is our primary use case?
What is most valuable?
The best thing about Pinecone is its private local host feature. It displays all the maintenance parameters and lets us view the data sent to the database. We can also see the status of the CD and which application it corresponds to.
What needs improvement?
I want to suggest that Pinecone requires a login and API key, but I would prefer not to have a login system and to use the environment directly.
For how long have I used the solution?
I have used Pinecone for the past three months.
Which solution did I use previously and why did I switch?
Before Pinecone, I used Corner DB.
How was the initial setup?
The installation of Pinecone was straightforward.
What's my experience with pricing, setup cost, and licensing?
I think Pinecone is cheaper to use than other options I've explored. However, I also remember that they offer a paid version.
Which other solutions did I evaluate?
I decided to use Pinecone after researching and finding it the best option for our project.
What other advice do I have?
Pinecone is easy for new users to learn, and I would rate it around eight out of ten. This is because other databases do not have a login system and are not as user-friendly.
Which deployment model are you using for this solution?
Very easy to use, minimal setup effort required
I decided to use Pinecone DB as the vector database for Amazon Bedrock Knowledge Bases. My application required that I use Retrieval Augmented Generation (RAG) to answer questions about PDF business documents that I have stored in an Amazon S3 bucket. Pinecone DB is incredibly high performance and also offers a free tier, along with centralized billing through AWS Marketplace. I would highly recommend using Pinecone DB!