Skip to content

Commit 1172130

Browse files
sricssridhar-daxa
andauthored
Update README - remove reference to pango (#272)
Co-authored-by: Sridhar Ramaswamy <sridhar@daxa.ai>
1 parent 2665775 commit 1172130

1 file changed

Lines changed: 11 additions & 24 deletions

File tree

README.md

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,49 +20,36 @@
2020

2121
Pebblo has two components.
2222

23-
1. Pebblo Daemon - a REST api application with topic-classifier, entity-classifier and reporting features
23+
1. Pebblo Server - a REST api application with topic-classifier, entity-classifier and reporting features
2424
1. Pebblo Safe DataLoader - a thin wrapper to Gen-AI framework's data loaders
2525

26-
## Pebblo Daemon
26+
## Pebblo Server
2727

2828
### Installation
2929

30-
#### Pre-requisites
31-
32-
##### Mac OSX
33-
34-
```bash
35-
brew install pango
36-
```
37-
38-
##### Linux (debian/ubuntu)
39-
40-
```bash
41-
sudo apt-get install libpango-1.0-0 libpangoft2-1.0-0
42-
```
43-
44-
#### Install Pebblo Daemon
4530

4631
```bash
4732
pip install pebblo
4833
```
4934

50-
#### Run Pebblo daemon
35+
### Run Pebblo Server
5136

5237
```bash
5338
pebblo
5439
```
55-
see [troubleshooting](docs/gh_pages/docs/troubleshooting.md) guide for troubleshooting info.
5640

57-
Pebblo daemon now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting.
41+
Pebblo Server now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting.
5842

5943
#### Pebblo Optional Flags
6044

61-
- `--config <file>`: Specifies a custom configuration file in yaml format.
45+
- `--config <file>`: specify a configuration file in yaml format.
6246

63-
```bash
64-
pebblo --config config.yaml
65-
````
47+
48+
See [configuration](docs/gh_pages/docs/config.md) guide for knobs to control Pebblo Server behavior like enabling snippet anonymization, selecting specific report renderer, etc.
49+
50+
#### Troubleshooting
51+
52+
Refer to [troubleshooting](docs/gh_pages/docs/troubleshooting.md) guide.
6653

6754
## Pebblo Safe DataLoader
6855

0 commit comments

Comments
 (0)