No more typing reviews! Try our Samantha, our new voice AI agent.
Kaustubh Sule - PeerSpot reviewer
Full Stack Developer at NTT DATA
Real User
Top 5Leaderboard
Apr 23, 2026
Vector search has transformed my AI data analysis and supports building my own SaaS product
Pros and Cons
  • "Supabase Vector rapidly increases the speed and efficiency with which I search through a database, helping with my data analysis tasks."
  • "I notice that the schema visualizer can be improved. Additionally, the internal AI assistant powered by GPT can also be improved."

What is our primary use case?

My typical use cases for Supabase Vector include earlier using it for a production app in my company, and currently, I am building my own SaaS, my own software as a service. It's an AI product where vector searches in the database are really helpful, so that's the main primary use right now.

I utilize vector embeddings in Supabase Vector, and that is required when I'm working with AI products.

What is most valuable?

Supabase Vector rapidly increases the speed and efficiency with which I search through a database, helping with my data analysis tasks.

I have experienced multiple benefits from PostgreSQL extensions in Supabase Vector, which are add-ons that help my database become more scalable or efficient, or when I want to have different functions deployed, such as Edge Functions.

What needs improvement?

I notice that the schema visualizer can be improved. Additionally, the internal AI assistant powered by GPT can also be improved.

For how long have I used the solution?

I have been using Supabase Vector in production apps for almost more than two years now.

Buyer's Guide
Supabase Vector
June 2026
Learn what your peers think about Supabase Vector. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
903,933 professionals have used our research since 2012.

What do I think about the stability of the solution?

I do not face any challenges during implementation.

What do I think about the scalability of the solution?

I can tell you how effectively Supabase Vector handles high-dimensional data, but I don't have much time right now for that.

How are customer service and support?

I have never had to contact the technical support for Supabase Vector as it was not really required.

What other advice do I have?

I find that the pricing of Supabase Vector is justified for the value it provides, so I'm overall satisfied with the licensing cost. I give this review a rating of 9.

Which deployment model are you using for this solution?

Public Cloud
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Apr 23, 2026
Flag as inappropriate
PeerSpot user
reviewer2868453 - PeerSpot reviewer
AI/ML Engineer at a tech services company with 11-50 employees
Real User
Jul 7, 2026
Integrating vectors with existing data has simplified RAG workflows but setup automation still needs work
Pros and Cons
  • "Supabase Vector has made my work a lot easier, especially since we already use PostgreSQL instances on Supabase for our relational database."
  • "When setting up a database, a PostgreSQL instance, which is the most popular use of Supabase, instead of having to go and write and run an SQL line to create a pgvector on Supabase, it would be nice if the person creating the database for the project could just be asked with maybe a checkbox whether they want a vector database or not."

What is our primary use case?

As an AI Engineer, my primary use case of Supabase Vector is for storing vector databases that I use at retrieval and inference in my AI agent and RAG pipelines. I have been working with RAG solutions, and often times I have to chunk and embed information into vectors that need to be stored in databases so that at inference we can always retrieve the relevant chunks from the database.

I was building on Pinecone, but then I had to test something with pgvector locally. After testing pgvector locally for a solution I built for Algorithmi UK, which is essentially a teacher co-pilot solution, I realized I had some information that I retrieve in raw text stored in buckets, some in SQL databases on Supabase, and then I had other ones that were semantic that I needed to run semantic search over. For those sections, I ended up testing locally with pgvector. When it was time to go live to production for internal testing or to staging for internal testing, I realized that instead of tearing down all of that pgvector coding and having to write the code for Pinecone, I could just as well use pgvector in internal testing.

Recently, I started building a personalized portfolio website. I was not really impressed with all of the automated solutions out there, the frameworks that you have to put in specific information that grants a specific kind of output. I wanted to build a personal portfolio website where, beyond being able to pull my projects from GitHub, it is also able to have an AI-powered RAG solution on the back end that visitors can interact with and ask about me, ask if I have used a particular framework, if I have used a particular library, if I have built a solution that looks a certain way, and then it can answer without them having to contact me. That was my most recent use of Supabase Vector because the information that came with every README, every text file that I used for each project shown on my personal portfolio website had to be chunked so that the AI can use it in responding to user queries whenever they visit the website.

What is most valuable?

Supabase Vector offers a normal vector database solution like Pinecone and Weaviate. One of the things I particularly appreciate is how easy it is to add pgvector to your existing database by just running one line of SQL code in the SQL interface of your Supabase database. By default, you just run one line of code and then you have a vector database attached to your database, and everything is just set up. You do not have to do too much setting because you are already using the PostgreSQL instance for relational database.

The ease of setting it up is primarily what stands out to me. In many other ways, I think it is just a state-of-the-art solution in the industry. Supabase Vector has made my work a lot easier, especially since we already use PostgreSQL instances on Supabase for our relational database.

What needs improvement?

When setting up a database, a PostgreSQL instance, which is the most popular use of Supabase, instead of having to go and write and run an SQL line to create a pgvector on Supabase, it would be nice if the person creating the database for the project could just be asked with maybe a checkbox whether they want a vector database or not. If the person ticks the box, then you automatically create the vector database in the backend. If the person does not tick the box, which means they do not need it, then it does not happen. That way, you do not even have to go and write and run one line of SQL to create pgvector.

In many ways Supabase is good, but there is always space for improvement. There is always also the space for bringing in features that probably developers do not even think should have, maybe because we have accepted it as a normal part of the problems of the industry that we have to just cope with.

Which solution did I use previously and why did I switch?

I mentioned earlier that previously I used Pinecone. The primary reason why I have not completely switched, but why I started using pgvector is especially in cases where I already have a relational SQL database, PostgreSQL database for that project on Supabase. It just makes sense for me to use the vector database also.

What was our ROI?

The organization would not have noticed the impact because we work with a lot of persons that are not technical people, and even among the technical staff that we have at our organization, there are a lot of persons that are essentially full-stack developers for software who do not really use vector database the way I have to use it as an AI Engineer. However, for me, Supabase Vector has made my work a lot easier, especially since we already use PostgreSQL instances on Supabase for our relational database.

Which other solutions did I evaluate?

If you want to use Zilliz for instance, there is a whole lot of things that you have to do, a whole lot of database, a whole lot of code, a whole lot of APIs to call for different kinds of things. If you want to set up Pinecone, you have to go to the UI on the Pinecone website and pick the model, pick the chunk size, the dimension of your database, and a whole lot of other things. Pinecone is better than some others, but Supabase Vector is just straightforward.

What other advice do I have?

With a PostgreSQL instance on Supabase to hold user data, hashed passwords, and all of those things, and then having to go elsewhere, say Pinecone or Weaviate, to go and create a vector database, to use all of those in my codebase means I have to connect to them independently. I would have a framework for connecting to the Pinecone vector database, have a framework for connecting to Supabase Vector and to the Supabase relational database, and all of that. But now I can just create everything on Supabase, copy my project URL, and just hook it up and everything just works. This reduces complexity and helps saves time.

Documentation would be nice, but with the advent of AI-assisted coding, the accuracy of Supabase Vector is good. I would rate this review a 7.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Other
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jul 7, 2026
Flag as inappropriate
PeerSpot user
Buyer's Guide
Supabase Vector
June 2026
Learn what your peers think about Supabase Vector. Get advice and tips from experienced pros sharing their opinions. Updated: June 2026.
903,933 professionals have used our research since 2012.
Managing Director at TEVC Concept
Real User
Top 20
Sep 4, 2024
Provides an ease of setting up security and an effective automatic generation of API documentation 
Pros and Cons
  • "The platform's role-level security feature is quite effective for spatial data management."
  • "One area for the solution improvement is the inclusion of more sample code in various programming languages, particularly PHP."

What is our primary use case?

We use the product primarily to handle data models and API integrations. It simplifies security setup, API documentation generation, and database management. 

What is most valuable?

The product's feature for ease of setting up security and the automatic generation of API documentation has been invaluable. These features expedite development and ensure robust security. The performance reports and real-time notifications also benefit database management and performance tuning.

What needs improvement?

One area for the solution improvement is the inclusion of more sample code in various programming languages, particularly PHP. Expanding the support for complex transactional queries and enhancing scalability features for advanced use cases would also be beneficial.

For how long have I used the solution?

I started using Supabase Vector around July of last year.

What do I think about the stability of the solution?

The stability is excellent. I rate it a nine or even higher, as the maintenance and support have been very reliable.

What do I think about the scalability of the solution?

We anticipate around 2,000 Supabase Vector users for our new project. 

I rate scalability as a six.

How are customer service and support?

We had an issue during development, and the support team was responsive and helpful.

How would you rate customer service and support?

Positive

Which solution did I use previously and why did I switch?

I have used Firebase and Azure before. We switched to Supabase based on positive community feedback about its development lifecycle benefits and rapid deployment capabilities.

How was the initial setup?

The initial setup is straightforward compared to other products.

Deployment took less than ten minutes, and configuration and setup took about 15 to 20 minutes. It was even quicker for cloud services as it involved subscribing and commissioning the service.

I rate the process an eight and a half.

What about the implementation team?

For smaller projects, one person is sufficient to handle implementation. However, a team of four may be needed to manage backend activities effectively for larger projects with thousands of users, like the one we are currently working on.

What was our ROI?

Supabase has saved us significant costs and development time, which is valuable for startups and existing companies alike.

I rate it a nine in terms of ROI. 

What's my experience with pricing, setup cost, and licensing?

The solution's cost is reasonable compared to other solutions. We currently use the standard plan, which costs about $480 annually, and may switch to a full data plan depending on project needs.

I rate the pricing a three out of ten. 

What other advice do I have?

The platform's role-level security feature is quite effective for spatial data management. It allows you to define and manage access controls efficiently. Another useful feature is the performance and analytics reporting, which helps you monitor and optimize your database performance. The AI prompts for query assistance are also beneficial, although I haven't used the real-time notifications feature extensively.

The features that have improved data analysis are the performance and tuning tips that Supabase provides. These tips help you optimize queries and functions, which is crucial for handling complex data operations. However, I've noticed that security settings are only sometimes visible in the data definition views, which can be challenging when recreating objects or debugging.

Overall, I rate it an eight. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer2755110 - PeerSpot reviewer
Founder at a tech services company with 1-10 employees
Real User
Top 10
Sep 8, 2025
User interface opens up possibilities and integration feels intuitive
Pros and Cons
  • "Supabase enables us to lower the skill floor while keeping the ceiling high."
  • "I think there are still many Postgres features that can be developed further by the Supabase team."

What is our primary use case?

I am exploring Supabase for my project on UMKM.

How has it helped my organization?

Supabase is very easy to integrate. It is very clear and intuitive.

What is most valuable?

The UI really makes them the best. Their choice to use Postgres opens up many possibilities, such as for a Vector Database and more.

What needs improvement?

I think there are still many Postgres features that can be developed further by the Supabase team.

For how long have I used the solution?

I have been using Supabase for 2 months.

Which solution did I use previously and why did I switch?

I used another solution previously, but it was hard to understand. Supabase enables us to lower the skill floor while keeping the ceiling high.

What's my experience with pricing, setup cost, and licensing?

The price is good.

Which other solutions did I evaluate?

I considered Postgres as an alternative solution.

What other advice do I have?

Keep up the good work.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user