Skip to content

Commit 962e037

Browse files
committed
Added more visual demos
1 parent d48ce85 commit 962e037

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

README.md

+6-20
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ Watch it on [Youtube]()
3333

3434
</div>
3535

36-
3736
[![Bringing AI to the Data Newsletter](docs/images/Newsletter_CTA.png)](https://www.linkedin.com/newsletters/7201909550860427264/)
3837

3938
## 🤔 Why SWIRL?
@@ -42,8 +41,8 @@ Watch it on [Youtube]()
4241

4342
<table>
4443
<tr>
45-
<td width="50%" align="center">
46-
<h3>❌ Without SWIRL</h3>
44+
<td width="50%" >
45+
<h3 align="center">❌ Without SWIRL</h3>
4746

4847
- Set up vector databases
4948
- Move data around
@@ -52,10 +51,8 @@ Watch it on [Youtube]()
5251
- Security headaches
5352

5453
</td>
55-
56-
<td width="50%" align="center">
57-
58-
<h3>✅ With SWIRL</h3>
54+
<td width="50%" >
55+
<h3 align="center">✅ With SWIRL</h3>
5956

6057
- One docker command
6158
- Data stays where it is
@@ -103,29 +100,18 @@ Build your own ChatGPT-like assistant that actually knows your business:
103100
<details>
104101
<summary>👀 See it in action</summary>
105102

106-
[Insert quick GIF showing a real question → answer flow]
103+
![SWIRL Chat in Action](docs/images/SWIRL_Chat_Demo.gif)
107104

108105
</details>
109106

110-
### 🛠 Built For Developers, By Developers
111-
112-
```python
113-
# It's really this simple:
114-
from swirl import Swirl
115-
116-
swirl = Swirl()
117-
answer = swirl.ask("what's our API rate limit?")
118-
print(answer.with_sources()) # Shows answer with source links
119-
120107
## Schedule Your [Free Demo](https://swirlaiconnect.com/contact-us) of SWIRL Co-Pilot
121108

122109
[![SWIRL Co-Pilot](docs/images/Co-Pilot_Book_a_demo.png)](https://swirlaiconnect.com/contact-us)
123110

124111

125112
## SWIRL's Ranking in Action
126113

127-
SWIRL leverages the specific context of your enterprise data to deliver highly relevant search results tailored to business needs. While general search engines like Google offer broad capabilities, SWIRL excels in the precise and secure handling of enterprise-specific queries, providing actionable insights that enhance decision-making and business efficiency.
128-
114+
SWIRL doesn't just search - it understands your company's context. Instead of broad web results, you get precise answers from your private data, right where it lives.
129115

130116
<a href="https://www.youtube.com/watch?v=Ypn4XvSJfcQ" target="_blank">
131117

docs/images/SWIRL_Chat_Demo.gif

4.85 MB
Loading

0 commit comments

Comments
 (0)