Changed Mendable to Firecrawl (#38413)
* Changed Mendable to Firecrawl * firecrawl logo * bigger logo --------- Co-authored-by: Francesco Sansalvadore <f.sansalvadore@gmail.com>
@@ -139,10 +139,10 @@ export const integrations = [
|
||||
href: 'https://supabase.com/customers/berriai',
|
||||
},
|
||||
{
|
||||
name: 'Mendable switches from Pinecone to Supabase for PostgreSQL vector embeddings',
|
||||
name: 'Firecrawl switches from Pinecone to Supabase for PostgreSQL vector embeddings',
|
||||
description:
|
||||
'How Mendable boosts efficiency and accuracy of chat powered search for documentation using Supabase with pgvector',
|
||||
href: 'https://supabase.com/customers/mendableai',
|
||||
'How Firecrawl boosts efficiency and accuracy of chat powered search for documentation using Supabase with pgvector',
|
||||
href: 'https://supabase.com/customers/firecrawl',
|
||||
},
|
||||
{
|
||||
name: 'Markprompt: GDPR-Compliant AI Chatbots for Docs and Websites',
|
||||
|
||||
@@ -95,13 +95,13 @@ The community is loving `pgvector` to build AI apps so we decided to make it par
|
||||
|
||||
[See all the submissions](https://www.madewithsupabase.com/launch-week-7)
|
||||
|
||||
## Mendable.ai switches from Pinecone to Supabase for PostgreSQL vector embeddings.
|
||||
## Firecrawl switches from Pinecone to Supabase for PostgreSQL vector embeddings.
|
||||
|
||||

|
||||

|
||||
|
||||
With Supabase's pg_vector, Mendable.ai could build a more cost-effective solution that is just as performant - if not more performant - than other vector databases.
|
||||
With Supabase's pg_vector, Firecrawl could build a more cost-effective solution that is just as performant - if not more performant - than other vector databases.
|
||||
|
||||
[Read the full story](https://supabase.com/customers/mendableai)
|
||||
[Read the full story](https://supabase.com/customers/firecrawl)
|
||||
|
||||
## From the community
|
||||
|
||||
|
||||
78
apps/www/_customers/firecrawl.mdx
Normal file
@@ -0,0 +1,78 @@
|
||||
---
|
||||
name: Firecrawl
|
||||
title: Firecrawl switches from Pinecone to Supabase Vector for PostgreSQL vector embeddings.
|
||||
# Use meta_title to add a custom meta title. Otherwise it defaults to '{name} | Supabase Customer Stories':
|
||||
meta_title: Firecrawl switches from Pinecone to Supabase Vector for PostgreSQL vector embeddings.
|
||||
description: How Firecrawl boosts efficiency and accuracy of chat powered search for documentation using Supabase Vector.
|
||||
# Use meta_description to add a custom meta description. Otherwise it defaults to {description}:
|
||||
meta_description: How Firecrawl boosts efficiency and accuracy of chat powered search for documentation using Supabase Vector.
|
||||
author: paul_copplestone
|
||||
author_title: Supabase
|
||||
author_url: https://github.com/kiwicopple
|
||||
author_image_url: https://avatars2.githubusercontent.com/u/10214025?s=400&u=c6775be2ae667e2acae3ccd347fed62bb3f5b3e7&v=4
|
||||
logo: /images/customers/logos/firecrawl.png
|
||||
logo_inverse: /images/customers/logos/light/firecrawl.png
|
||||
og_image: /images/customers/og/firecrawl.jpg
|
||||
tags:
|
||||
- supabase
|
||||
date: '2023-05-05'
|
||||
company_url: 'https://firecrawl.dev/'
|
||||
stats:
|
||||
[
|
||||
{ stat: '00,000', label: Example stat },
|
||||
{ stat: '00,000', label: Example stat },
|
||||
{ stat: '00,000', label: Example stat },
|
||||
]
|
||||
misc: [{ label: 'Backed by', text: 'Y Combinator' }]
|
||||
about: Firecrawl is Chat Powered Search for Documentation.
|
||||
# "healthcare" | "fintech" | "ecommerce" | "education" | "gaming" | "media" | "real-estate" | "saas" | "social" | "analytics" | "ai" | "developer-tools"
|
||||
industry: ['ai', 'saas', 'developer-tools']
|
||||
# "startup" | "enterprise" | "indie_dev"
|
||||
company_size: 'startup'
|
||||
# "Asia" | "Europe" | "North America" | "South America" | "Africa" | "Oceania"
|
||||
region: 'North America'
|
||||
# "database" | "auth" | "storage" | "realtime" | "functions" | "vector"
|
||||
supabase_products: ['database', 'vector']
|
||||
---
|
||||
|
||||
[Firecrawl](http://firecrawl.dev/) provides a chat-powered search engine for technical documentation. Their AI-powered search tool makes it easier for developers and other technical users to find relevant information in complex documentation. Users can simply ask questions in natural language, and the tool returns the most relevant answers. Firecrawl's search engine also provides detailed analytics, which helps teams identify knowledge gaps and areas for improvement in their documentation. Firecrawl has integrated with some of the largest open source projects in the space such as LangChain and LlamaIndex.
|
||||
|
||||
## The Challenge
|
||||
|
||||
Firecrawl was experiencing tremendous success, growing Weekly Active Users by nearly 300% since March. They needed a tool to store and search through large amounts of vector data to improve the efficiency and accuracy of their similarity search operations. They tried Faiss, Weaviate, and Pinecone, but found them to be expensive and not very intuitive, especially when it came to storing metadata along with the vectors.
|
||||
|
||||
## Why they chose Supabase
|
||||
|
||||
Firecrawl lear that Supabase supports [pgvector](https://supabase.com/docs/guides/database/extensions/pgvector) and found it to be a simple and cost-effective solution. They were impressed with the open source nature of Supabase, as well as its ability to store metadata alongside the vectors. They also appreciated the intuitive interface and ease of use.
|
||||
|
||||
<Quote img="caleb-peffer.jpg" caption="Caleb Peffer - CEO, Firecrawl">
|
||||
We tried other vector databases - we tried Faiss, we tried Weaviate, we tried Pinecone. We found
|
||||
them to be incredibly expensive and not very intuitive. If you're just doing vector search they're
|
||||
great, but if you need to store a bunch of metadata that becomes a huge pain.
|
||||
</Quote>
|
||||
|
||||
## What They Built
|
||||
|
||||
Using [Supabase Vector](https://supabase.com/vector), Firecrawl was able to build a more efficient and accurate search function for their AI chatbot. By storing vector data alongside metadata in Supabase, Firecrawl was able to quickly and easily search through their customers documentation to find the most relevant responses to queries. They found that Supabase's solution was just as performant as dedicated vector databases, but without the high cost.
|
||||
|
||||

|
||||
|
||||
## The Results
|
||||
|
||||
Thanks to Supabase Vector, Firecrawl was able to significantly improve the efficiency and accuracy of their Chat Powered Search for Documentation. They were able to build faster and more cost-effectively using Supabase's open source stack.
|
||||
|
||||
<Quote img="caleb-peffer.jpg" caption="Caleb Peffer - CEO, Firecrawl">
|
||||
We looked at the alternatives and chose Supabase because it's open source, it's simpler, and, for
|
||||
all the ways we need to use it, Supabase has been just as performant - if not more performant -
|
||||
than the other vector databases.
|
||||
</Quote>
|
||||
|
||||
To learn more about how Supabase Vector can help you store vector embeddings at scale and build AI apps with ease, [reach out to us](https://forms.supabase.com/enterprise).
|
||||
|
||||
## Tech stack
|
||||
|
||||
- React
|
||||
- Vercel
|
||||
- Next.js
|
||||
- Express
|
||||
- Supabase
|
||||
@@ -1,78 +0,0 @@
|
||||
---
|
||||
name: Mendable
|
||||
title: Mendable switches from Pinecone to Supabase Vector for PostgreSQL vector embeddings.
|
||||
# Use meta_title to add a custom meta title. Otherwise it defaults to '{name} | Supabase Customer Stories':
|
||||
meta_title: Mendable switches from Pinecone to Supabase Vector for PostgreSQL vector embeddings.
|
||||
description: How Mendable boosts efficiency and accuracy of chat powered search for documentation using Supabase Vector.
|
||||
# Use meta_description to add a custom meta description. Otherwise it defaults to {description}:
|
||||
meta_description: How Mendable boosts efficiency and accuracy of chat powered search for documentation using Supabase Vector.
|
||||
author: paul_copplestone
|
||||
author_title: Supabase
|
||||
author_url: https://github.com/kiwicopple
|
||||
author_image_url: https://avatars2.githubusercontent.com/u/10214025?s=400&u=c6775be2ae667e2acae3ccd347fed62bb3f5b3e7&v=4
|
||||
logo: /images/customers/logos/mendableai.png
|
||||
logo_inverse: /images/customers/logos/light/mendableai.png
|
||||
og_image: /images/customers/og/mendable.jpg
|
||||
tags:
|
||||
- supabase
|
||||
date: '2023-05-05'
|
||||
company_url: 'https://mendable.ai/'
|
||||
stats:
|
||||
[
|
||||
{ stat: '00,000', label: Example stat },
|
||||
{ stat: '00,000', label: Example stat },
|
||||
{ stat: '00,000', label: Example stat },
|
||||
]
|
||||
misc: [{ label: 'Backed by', text: 'Y Combinator' }]
|
||||
about: Mendable is Chat Powered Search for Documentation.
|
||||
# "healthcare" | "fintech" | "ecommerce" | "education" | "gaming" | "media" | "real-estate" | "saas" | "social" | "analytics" | "ai" | "developer-tools"
|
||||
industry: ['ai', 'saas', 'developer-tools']
|
||||
# "startup" | "enterprise" | "indie_dev"
|
||||
company_size: 'startup'
|
||||
# "Asia" | "Europe" | "North America" | "South America" | "Africa" | "Oceania"
|
||||
region: 'North America'
|
||||
# "database" | "auth" | "storage" | "realtime" | "functions" | "vector"
|
||||
supabase_products: ['database', 'vector']
|
||||
---
|
||||
|
||||
[Mendable](http://mendable.ai/) provides a chat-powered search engine for technical documentation. Their AI-powered search tool makes it easier for developers and other technical users to find relevant information in complex documentation. Users can simply ask questions in natural language, and the tool returns the most relevant answers. Mendable's search engine also provides detailed analytics, which helps teams identify knowledge gaps and areas for improvement in their documentation. Mendable has integrated with some of the largest open source projects in the space such as LangChain and LlamaIndex.
|
||||
|
||||
## The Challenge
|
||||
|
||||
Mendable was experiencing tremendous success, growing Weekly Active Users by nearly 300% since March. They needed a tool to store and search through large amounts of vector data to improve the efficiency and accuracy of their similarity search operations. They tried Faiss, Weaviate, and Pinecone, but found them to be expensive and not very intuitive, especially when it came to storing metadata along with the vectors.
|
||||
|
||||
## Why they chose Supabase
|
||||
|
||||
Mendable lear that Supabase supports [pgvector](https://supabase.com/docs/guides/database/extensions/pgvector) and found it to be a simple and cost-effective solution. They were impressed with the open source nature of Supabase, as well as its ability to store metadata alongside the vectors. They also appreciated the intuitive interface and ease of use.
|
||||
|
||||
<Quote img="caleb-peffer.jpg" caption="Caleb Peffer - CEO, Mendable">
|
||||
We tried other vector databases - we tried Faiss, we tried Weaviate, we tried Pinecone. We found
|
||||
them to be incredibly expensive and not very intuitive. If you're just doing vector search they're
|
||||
great, but if you need to store a bunch of metadata that becomes a huge pain.
|
||||
</Quote>
|
||||
|
||||
## What They Built
|
||||
|
||||
Using [Supabase Vector](https://supabase.com/vector), Mendable was able to build a more efficient and accurate search function for their AI chatbot. By storing vector data alongside metadata in Supabase, Mendable was able to quickly and easily search through their customers documentation to find the most relevant responses to queries. They found that Supabase's solution was just as performant as dedicated vector databases, but without the high cost.
|
||||
|
||||

|
||||
|
||||
## The Results
|
||||
|
||||
Thanks to Supabase Vector, Mendable was able to significantly improve the efficiency and accuracy of their Chat Powered Search for Documentation. They were able to build faster and more cost-effectively using Supabase's open source stack.
|
||||
|
||||
<Quote img="caleb-peffer.jpg" caption="Caleb Peffer - CEO, Mendable">
|
||||
We looked at the alternatives and chose Supabase because it's open source, it's simpler, and, for
|
||||
all the ways we need to use it, Supabase has been just as performant - if not more performant -
|
||||
than the other vector databases.
|
||||
</Quote>
|
||||
|
||||
To learn more about how Supabase Vector can help you store vector embeddings at scale and build AI apps with ease, [reach out to us](https://forms.supabase.com/enterprise).
|
||||
|
||||
## Tech stack
|
||||
|
||||
- React
|
||||
- Vercel
|
||||
- Next.js
|
||||
- Express
|
||||
- Supabase
|
||||
@@ -46,21 +46,21 @@ const cards: CardInterface[] = [
|
||||
role: 'Co-Founder, Markprompt',
|
||||
quote:
|
||||
'We decided to use Supabase over other specialized vector databases because it enabled us to be GDPR compliant from day one with little effort.',
|
||||
image: vectorImagesDir + 'supabase+mendable.svg',
|
||||
image: vectorImagesDir + 'supabase+firecrawl.svg',
|
||||
abstract: 'Markprompt and Supabase - GDPR-Compliant AI Chatbots for Docs and Websites.',
|
||||
url: '/customers/markprompt',
|
||||
},
|
||||
{
|
||||
type: 'customer-story',
|
||||
avatar: '',
|
||||
customer: 'Mendable',
|
||||
customer: 'Firecrawl',
|
||||
author: 'Caleb Peffer',
|
||||
role: 'CEO, Mendable',
|
||||
role: 'CEO, Firecrawl',
|
||||
quote:
|
||||
'We tried other vector databases - we tried Faiss, we tried Weaviate, we tried Pinecone. We found them to be incredibly expensive and not very intuitive. If you’re just doing vector search they’re great, but if you need to store a bunch of metadata that becomes a huge pain.',
|
||||
image: vectorImagesDir + 'supabase+markprompt.svg',
|
||||
abstract: 'Mendable switches from Pinecone to Supabase for PostgreSQL vector embeddings.',
|
||||
url: '/customers/mendable',
|
||||
abstract: 'Firecrawl switches from Pinecone to Supabase for PostgreSQL vector embeddings.',
|
||||
url: '/customers/firecrawl',
|
||||
},
|
||||
{
|
||||
type: 'twitter',
|
||||
|
||||
@@ -305,15 +305,15 @@ export const data: CustomerStoryType[] = [
|
||||
},
|
||||
{
|
||||
type: 'Customer Story',
|
||||
title: 'Mendable.ai switches from Pinecone to Supabase for PostgreSQL vector embeddings',
|
||||
title: 'Firecrawl switches from Pinecone to Supabase for PostgreSQL vector embeddings',
|
||||
description:
|
||||
'How Mendable.ai boosts efficiency and accuracy of chat powered search for documentation using Supabase with pg_vector',
|
||||
imgUrl: 'images/customers/logos/mendableai.png',
|
||||
logo: '/images/customers/logos/mendableai.png',
|
||||
logo_inverse: '/images/customers/logos/light/mendableai.png',
|
||||
organization: 'Mendable.ai',
|
||||
url: '/customers/mendableai',
|
||||
path: '/customers/mendableai',
|
||||
'How Firecrawl boosts efficiency and accuracy of chat powered search for documentation using Supabase with pg_vector',
|
||||
imgUrl: 'images/customers/logos/firecrawl.png',
|
||||
logo: '/images/customers/logos/firecrawl.png',
|
||||
logo_inverse: '/images/customers/logos/light/firecrawl.png',
|
||||
organization: 'Firecrawl.dev',
|
||||
url: '/customers/firecrawl',
|
||||
path: '/customers/firecrawl',
|
||||
postMeta: {
|
||||
name: 'Paul Copplestone',
|
||||
avatarUrl: 'https://avatars0.githubusercontent.com/u/10214025?v=4',
|
||||
|
||||
@@ -176,7 +176,7 @@ In the past year, we've had 12 companies start on Supabase and grow from zero to
|
||||
|
||||

|
||||
|
||||
Most of these were AI companies, like Udio, Krea, Humata, Chatbase, Pika, Quivr, Mendable, Markprompt and [MDN search](https://developer.mozilla.org/en-US/blog/introducing-ai-help/) by Mozilla.
|
||||
Most of these were AI companies, like Udio, Krea, Humata, Chatbase, Pika, Quivr, Firecrawl, Markprompt and [MDN search](https://developer.mozilla.org/en-US/blog/introducing-ai-help/) by Mozilla.
|
||||
|
||||
Postgres has been instrumental in our scalability and adoption. It's versatility is best demonstrated by pgvector: we were the first cloud provider to offer it, and today 15% of all new Supabase projects use pgvector for AI and ML workloads. Look out for a few related announcements this week.
|
||||
`,
|
||||
|
||||
@@ -319,14 +319,14 @@ docs.query(
|
||||
{
|
||||
type: 'customer-story',
|
||||
avatar: '',
|
||||
customer: 'mendableai',
|
||||
customer: 'firecrawl',
|
||||
author: 'Caleb Peffer',
|
||||
role: 'CEO at Mendable',
|
||||
role: 'CEO at Firecrawl',
|
||||
quote:
|
||||
'We tried other vector databases - we tried Faiss, we tried Weaviate, we tried Pinecone. If you’re just doing vector search they’re great, but if you need to store a bunch of metadata that becomes a huge pain.',
|
||||
image: '/images/customers/logos/mendableai.png',
|
||||
abstract: 'Mendable switches from Pinecone to Supabase for PostgreSQL vector embeddings.',
|
||||
url: '/customers/mendableai',
|
||||
image: '/images/customers/logos/firecrawl.png',
|
||||
abstract: 'Firecrawl switches from Pinecone to Supabase for PostgreSQL vector embeddings.',
|
||||
url: '/customers/firecrawl',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
@@ -2125,6 +2125,11 @@ module.exports = [
|
||||
source: '/blog/case-study-happyteams',
|
||||
destination: '/customers/happyteams',
|
||||
},
|
||||
{
|
||||
permanent: true,
|
||||
source: '/customers/mendableai',
|
||||
destination: '/customers/firecrawl',
|
||||
},
|
||||
{
|
||||
permanent: true,
|
||||
source: '/docs/guides/auth/auth-helpers/nextjs-server-components',
|
||||
|
||||
@@ -162,10 +162,10 @@
|
||||
<pubDate>Wed, 17 May 2023 00:00:00 -0700</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
<guid>https://supabase.com/customers/mendableai</guid>
|
||||
<title>Mendable switches from Pinecone to Supabase Vector for PostgreSQL vector embeddings.</title>
|
||||
<link>https://supabase.com/customers/mendableai</link>
|
||||
<description>How Mendable boosts efficiency and accuracy of chat powered search for documentation using Supabase Vector.</description>
|
||||
<guid>https://supabase.com/customers/firecrawl</guid>
|
||||
<title>Firecrawl switches from Pinecone to Supabase Vector for PostgreSQL vector embeddings.</title>
|
||||
<link>https://supabase.com/customers/firecrawl</link>
|
||||
<description>How Firecrawl boosts efficiency and accuracy of chat powered search for documentation using Supabase Vector.</description>
|
||||
<pubDate>Fri, 05 May 2023 00:00:00 -0700</pubDate>
|
||||
</item>
|
||||
<item>
|
||||
|
||||
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
BIN
apps/www/public/images/customers/logos/firecrawl.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
apps/www/public/images/customers/logos/light/firecrawl.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
|
Before Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 6.2 KiB |
@@ -0,0 +1,14 @@
|
||||
<svg width="206" height="39" viewBox="0 0 206 39" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0851 6.52001C20.0671 5.36101 18.5631 4.86301 17.8211 5.77201L6.62811 19.479C5.30611 21.096 6.49111 23.483 8.61611 23.483H20.1921L20.3281 32.315C20.3461 33.475 21.8501 33.973 22.5921 33.065L33.7861 19.358C35.1061 17.74 33.9221 15.354 31.7971 15.354H20.1451L20.0851 6.52001Z" fill="#707070"/>
|
||||
<path d="M48.7031 19.5H55.3041M52.0041 16.2V22.7999" stroke="#707070"/>
|
||||
<path d="M86.2351 13.6623C84.976 14.0361 84.0269 14.8816 83.3318 15.8C83.1825 15.9971 82.8714 15.849 82.9307 15.6074C84.2616 10.1346 82.5034 5.58582 77.0225 3.34678C76.7444 3.23283 76.455 3.48238 76.5279 3.77408C79.0212 13.7842 68.5345 12.9399 69.8597 24.2878C69.8825 24.4827 69.6637 24.616 69.5042 24.5021C69.0074 24.1454 68.4525 23.4013 68.0719 22.8783C67.9602 22.7245 67.7187 22.7678 67.6674 22.9512C67.3643 24.0474 67.2207 25.0798 67.2207 26.1053C67.2207 30.0934 69.2706 33.6041 72.3734 35.6392C72.5512 35.7554 72.7791 35.5891 72.7187 35.3851C72.5592 34.8495 72.4691 34.2844 72.4623 33.6998C72.4623 33.3409 72.4851 32.974 72.5409 32.6321C72.6708 31.773 72.9694 30.9548 73.4707 30.2097C75.1902 27.6288 78.6371 25.1356 78.0867 21.7502C78.0514 21.536 78.3044 21.3948 78.4639 21.5417C80.8922 23.7603 81.373 26.7445 80.9742 29.4211C80.9401 29.6536 81.2317 29.7778 81.3787 29.5954C81.7502 29.1306 82.2037 28.7226 82.6971 28.4161C82.8201 28.3398 82.9842 28.3979 83.0309 28.5346C83.3056 29.3334 83.7135 30.0832 84.0987 30.8329C84.559 31.7343 84.804 32.7632 84.7652 33.8525C84.7459 34.3824 84.6581 34.8951 84.5111 35.3828C84.4484 35.5891 84.6741 35.7611 84.8552 35.6426C87.9603 33.6075 90.0114 30.0968 90.0114 26.1064C90.0114 24.7197 89.7687 23.3603 89.3094 22.0864C88.3466 19.4144 85.9036 17.4078 86.5212 13.9255C86.5508 13.7592 86.397 13.6145 86.2351 13.6623Z" fill="#707070"/>
|
||||
<path d="M100.593 30.9377V12.1432H112.606V14.8819H103.683V20.3322H111.047V22.9903H103.683V30.9377H100.593Z" fill="#707070"/>
|
||||
<path d="M116.023 15.2577C115.029 15.2577 114.249 14.5328 114.249 13.5125C114.249 12.4923 115.029 11.7673 116.023 11.7673C117.017 11.7673 117.797 12.4923 117.797 13.5125C117.797 14.5328 117.017 15.2577 116.023 15.2577ZM114.545 30.9377V17.1909H117.447V30.9377H114.545Z" fill="#707070"/>
|
||||
<path d="M127.118 17.1909H127.763V19.9027H126.473C123.893 19.9027 123.06 21.9163 123.06 24.0375V30.9377H120.158V17.1909H122.738L123.06 19.2582C123.759 18.1037 124.861 17.1909 127.118 17.1909Z" fill="#707070"/>
|
||||
<path d="M135.293 31.0987C130.966 31.0987 128.252 28.3064 128.252 24.0911C128.252 19.8489 130.966 17.0298 135.024 17.0298C139.002 17.0298 141.662 19.5536 141.743 23.581C141.743 23.93 141.716 24.3059 141.662 24.6818H131.289V24.8697C131.37 27.2056 132.848 28.736 135.132 28.736C136.906 28.736 138.196 27.85 138.599 26.3196H141.501C141.017 29.0314 138.706 31.0987 135.293 31.0987ZM131.396 22.5607H138.733C138.491 20.5202 137.067 19.3657 135.051 19.3657C133.197 19.3657 131.611 20.6007 131.396 22.5607Z" fill="#707070"/>
|
||||
<path d="M150.271 31.0987C146.105 31.0987 143.445 28.387 143.445 24.0911C143.445 19.8489 146.186 17.0298 150.351 17.0298C153.899 17.0298 156.102 18.9898 156.667 22.1043H153.63C153.254 20.4933 152.098 19.4999 150.298 19.4999C147.959 19.4999 146.428 21.3793 146.428 24.0911C146.428 26.776 147.959 28.6286 150.298 28.6286C152.071 28.6286 153.254 27.6083 153.603 26.0242H156.667C156.129 29.1387 153.791 31.0987 150.271 31.0987Z" fill="#707070"/>
|
||||
<path d="M165.714 17.1909H166.359V19.9027H165.069C162.489 19.9027 161.656 21.9163 161.656 24.0375V30.9377H158.754V17.1909H161.334L161.656 19.2582C162.355 18.1037 163.457 17.1909 165.714 17.1909Z" fill="#707070"/>
|
||||
<path d="M173.535 17.0298C177.189 17.0298 179.285 18.775 179.285 22.0237V30.9376H176.759L176.518 28.9776C175.577 30.2127 174.26 31.0987 172.083 31.0987C169.073 31.0987 167.058 29.622 167.058 27.0714C167.058 24.2521 169.1 22.6681 172.97 22.6681H176.41V21.8358C176.41 20.3054 175.308 19.3657 173.4 19.3657C171.68 19.3657 170.525 20.1711 170.31 21.3793H167.461C167.756 18.6944 170.068 17.0298 173.535 17.0298ZM172.567 28.8434C174.986 28.8434 176.383 27.4204 176.41 25.2993V24.816H172.809C171.008 24.816 170.014 25.4872 170.014 26.8834C170.014 28.0379 170.981 28.8434 172.567 28.8434Z" fill="#707070"/>
|
||||
<path d="M184.962 30.9377L180.474 17.1909H183.537L186.682 27.7157L189.826 17.1909H192.486L195.496 27.7157L198.748 17.1909H201.704L197.135 30.9377H194.018L191.116 21.5941L188.106 30.9377H184.962Z" fill="#707070"/>
|
||||
<path d="M203.097 30.9377V12.1432H206V30.9377H203.097Z" fill="#707070"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
@@ -2229,7 +2229,7 @@
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://supabase.com/customers/mendableai</loc>
|
||||
<loc>https://supabase.com/customers/firecrawl</loc>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
|
||||