Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #464

Merged
merged 3 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,27 +160,34 @@ but realized that it has a wide array of applications and decided to release it
<span>CTO, Peanut Robotics</span>
</div>
</div>
<br/>
---
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace --- with <hr/> for proper HTML syntax. This issue is also present on lines 182, 206.

<div class="testimonial-card">
<div class="testimonial-content">
<p>"Of course, you can use it [LangChain], but whether it's really production-ready and improves the time from 'code-to-prod' [...], we've been doing LLM apps for two years, and the answer is no [...] All these 'all-in-one' libs suffer from this [...]. Honestly, take a look at Burr. Thank me later."</p>
<h4>Reddit User</h4>
<span>LocalLlama, Subreddit</span>
</div>
</div>
<br/>
---
<div class="testimonial-card">
<div class="testimonial-content">
<p>"Using Burr is a no-brainer if you want to build a modular AI application. It is so easy to build with and I especially love their UI which makes debugging, a piece of cake. And the always ready to help team, is the cherry on top."</p>
<h4>Ishita</h4>
<span>Founder, Watto.ai</span>
</div>
</div>
<br/>
---
<div class="testimonial-card">
<div class="testimonial-content">
<p>"I just came across Burr and I'm like WOW, this seems like you guys predicted this exact need when building this. No weird esoteric concepts just because it's AI."</p>
<h4>Matthew Rideout</h4>
<span>Staff Software Engineer, Paxton AI</span>
</div>
</div>
<br/>
<div class="testimonial-card">
<div class="testimonial-content">
<p>"Burr's state management part is really helpful for creating state snapshots and build debugging, replaying and even building evaluation cases around that"</p>
Expand All @@ -195,11 +202,13 @@ but realized that it has a wide array of applications and decided to release it
<span>Co-founder, CognitiveGraphs</span>
</div>
</div>
<br/>
---
<div class="testimonial-card">
<div class="testimonial-content">
<p>"Moving from LangChain to Burr was a game-changer! <br/>Time-Saving: It took me just a few hours to get started with Burr, compared to the days and weeks I spent trying to navigate LangChain. <br/>Cleaner Implementation: With Burr, I could finally have a cleaner, more sophisticated, and stable implementation. No more wrestling with complex codebases. <br/>Team Adoption: I pitched Burr to my teammates, and we pivoted our entire codebase to it. It's been a smooth ride ever since."</p>
<h4>Aditya K.</h4>
<span>Co-founder, TaskHuman</span>
<span>DS Architect, TaskHuman</span>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Testimonials
<div class="testimonial-content">
<p>"Moving from LangChain to Burr was a game-changer! <br/>Time-Saving: It took me just a few hours to get started with Burr, compared to the days and weeks I spent trying to navigate LangChain. <br/>Cleaner Implementation: With Burr, I could finally have a cleaner, more sophisticated, and stable implementation. No more wrestling with complex codebases. <br/>Team Adoption: I pitched Burr to my teammates, and we pivoted our entire codebase to it. It's been a smooth ride ever since."</p>
<h4>Aditya K.</h4>
<span>Co-founder, TaskHuman</span>
<span>DS Architect, TaskHuman</span>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion docs/make_testimonials.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
{
"user_name": "Aditya K.",
"user_title": "Co-founder",
"user_title": "DS Architect",
"user_company": "TaskHuman",
"user_quote": "Moving from LangChain to Burr was a game-changer! "
"<br/>Time-Saving: It took me just a few hours to get started with Burr, compared to the days and weeks I spent trying to navigate LangChain. "
Expand Down
Loading