Skip to content

Commit 70876c3

Browse files
rahul-tripsiddheshwar-more
authored and
siddheshwar-more
committed
Update rag.md for pebblo environment variable (daxa-ai#348)
* Update rag.md for pebblo environment variable * updates * Update rag.md
1 parent fc5c3a4 commit 70876c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/gh_pages/docs/rag.md

+6
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ The Pebblo SafeLoader can be enabled with few lines of code change to the above
3636

3737
A data report with all the findings, both Topics and Entities, will be generated and available for inspection in the `Pebblo Server`. See this [pebblo server](daemon.md) for further details.
3838

39+
Note: By default Pebblo Server runs at localhost:8000. If your Pebblo Server is running at some other location for eg. a docker container etc, put the correct URL in `PEBBLO_CLASSIFIER_URL` env variable. ref: [server-configurations](config.md#server)
40+
41+
```bash
42+
export PEBBLO_CLASSIFIER_URL="<pebblo-server-host:pebblo-server-port>"
43+
```
44+
3945
## Supported Document Loaders
4046

4147
The following Langchain DocumentLoaders are currently supported.

0 commit comments

Comments
 (0)