mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-21 20:18:11 +02:00
add qdrant migrate instructions
This commit is contained in:
parent
4793313daf
commit
6b5bc23e2e
2 changed files with 32 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -193,6 +193,16 @@ RowBoat supports RAG capabilities to enhance responses with your custom knowledg
|
|||
QDRANT_API_KEY=<your-api-key> # Only needed for Qdrant Cloud
|
||||
```
|
||||
|
||||
3. **Initialize Qdrant Collections**
|
||||
```bash
|
||||
docker compose --profile setup_qdrant up setup_qdrant
|
||||
```
|
||||
|
||||
If you need to delete the collections and start fresh, you can run:
|
||||
```bash
|
||||
docker compose --profile delete_qdrant up delete_qdrant
|
||||
```
|
||||
|
||||
### RAG Features
|
||||
|
||||
RowBoat supports two types of knowledge base ingestion:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue