https://github.com/devflowinc/trieve-kickstarter
https://github.com/devflowinc/trieve-kickstarter
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devflowinc/trieve-kickstarter
- Owner: devflowinc
- Created: 2024-06-04T19:25:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T19:25:54.000Z (over 1 year ago)
- Last Synced: 2025-06-22T05:17:06.788Z (8 months ago)
- Language: CSS
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Trieve Starter template
This is a quick starter template for Trieve. It is a simple example of how to use Trieve to create a fast search demo with local development.
## Getting Started
1. Clone this repository
```
git clone https://github.com/devflowinc/quick-start.git
```
Start the server
```
docker compose up -d
```
The following things have been created:
| Service | Description |
|-------------------|------------------|
| qdrant-database | Database hosted @ localhost:6333 |
| search | Search UI hosted @ localhost:5174 |
| s3 | S3 compatible minio hosted @ localhost:9000 |
| keycloak-db | Keycloak database hosted @ localhost:5434 |
| dashboard | Trieve Dashboard hosted @ localhost:5173 |
| db | Postgres database hosted @ localhost:5432 |
| redis | Redis hosted @ localhost:6379 |
| chat | Chat hosted @ localhost:5175 |
| tika | Tika hosted @ localhost:9998 |
| s3-client | Client to bootstrap s3 with ACCESS/SECRET key |
| keycloak | Keycloak hosted @ localhost:8080 |
| ingestion-worker | Worker to ingest data into qdrant and postgres|
| server | Server hosted @ localhost:8090 |
| file-worker | Worker to ingest files into s3 and perform OCR w/TIKA |