Skip to content

Commit 26bde42

Browse files
authored
Readme updates (#58)
* Update README.md * Add files via upload * Update README.md * Update README.md * Update README.md
1 parent c731fc2 commit 26bde42

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ You can add your tools / APIs to Rowboat through (a) connecting MCP servers, or
8282

8383
### 1.1 MCP Servers
8484

85-
You can intergrate any MCP server in Settings -> Tools -> MCP Server. The Tools on the servers will show up inside Rowboats Tools section.
85+
You can intergrate any MCP server in Settings -> Tools -> MCP Servers. The Tools on the servers will show up inside Rowboats Tools section.
86+
87+
<img src="/assets/mcp-import.png" alt="ui" width="400"/>
88+
89+
Tip: You might want to set the MCP url as http://host.docker.internal/... to allow services to access the MCP servers on your localhost.
8690

8791
### 1.2 Webhook
8892

@@ -173,9 +177,12 @@ To enable RAG you need to first setup Qdrant.
173177
You can add a knowledge corpus to Rowboat by directly adding text information, uploading supported files or by pointing Rowboat to URLs for scraping.
174178

175179
#### (a) Create Text for Knowledge
180+
Rowboat support directly creating a corpus of knowledge inside the platform.
176181

177-
Setting up Qdrant automatically enables the RAG by adding text information inside Rowboat's RAG menu.
178-
182+
- Start the Text Worker
183+
```bash
184+
docker compose --profile rag_text_worker up -d
185+
```
179186
#### (b) Scrape URLs for Knowledge
180187

181188
Rowboat supports scraping urls using Firecrawl. To setup scraping:
@@ -294,7 +301,7 @@ Rowboat provides an embeddable chat widget that you can add to any website. To e
294301
After setup, the chat widget will appear on your website and connect to your Rowboat project.
295302
296303
297-
### 4. Interact with Rowboat API
304+
## 4. Interact with Rowboat API
298305
299306
There are two ways to interact with Rowboat's API:
300307

assets/mcp-import.png

65 KB
Loading

0 commit comments

Comments
 (0)