From de9239e1760657496fd6c76751eff50924db3ae9 Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 14:48:29 +0530 Subject: [PATCH 1/7] Create troubleshooting.md --- docs/gh_pages/docs/troubleshooting.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/gh_pages/docs/troubleshooting.md diff --git a/docs/gh_pages/docs/troubleshooting.md b/docs/gh_pages/docs/troubleshooting.md new file mode 100644 index 00000000..3c96d6f8 --- /dev/null +++ b/docs/gh_pages/docs/troubleshooting.md @@ -0,0 +1,14 @@ +# Troubleshooting Pebblo + +## Issued found in conds virtual env. +### OSError: cannot load library 'pango-1.0-0' +#### Sol + Install pango package in conda env + + `conda install -c anaconda pango` +### OSError: cannot load library 'gobject-2.0-0': gobject-2.0-0: cannot open shared object file + Install libpango binaries + ```bash + sudo apt-get update + sudo apt-get install libpango1.0-0 + ``` From bf1e9aedf7b884b1eb1bc13f06bfac7844c26e9a Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 14:50:58 +0530 Subject: [PATCH 2/7] Update introduction.md to add troubleshooting link. --- docs/gh_pages/docs/introduction.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gh_pages/docs/introduction.md b/docs/gh_pages/docs/introduction.md index e8fe4623..287da677 100644 --- a/docs/gh_pages/docs/introduction.md +++ b/docs/gh_pages/docs/introduction.md @@ -32,3 +32,4 @@ Pebblo has two components. - [Pebblo Daemon](daemon.md) - [Pebblo Safe DataLoader for Langchain](rag.md) - [Reports](reports.md) +- [Troubleshooting](troubleshooting.md) From dc758bdb815a53ad36ad7f0678b5ae62024af135 Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 15:05:47 +0530 Subject: [PATCH 3/7] Update installation.md Adding troubleshooting doc link --- docs/gh_pages/docs/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/gh_pages/docs/installation.md b/docs/gh_pages/docs/installation.md index f96d9df2..97acdc3e 100644 --- a/docs/gh_pages/docs/installation.md +++ b/docs/gh_pages/docs/installation.md @@ -27,3 +27,5 @@ pebblo ``` Pebblo daemon now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting. + +see [troubeshooting](troubleshooting.md) if you face any issues. From bcb3a793f47bfa3a4715520f1d48fe6dc5bb6c38 Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 15:06:42 +0530 Subject: [PATCH 4/7] Update troubleshooting.md --- docs/gh_pages/docs/troubleshooting.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/gh_pages/docs/troubleshooting.md b/docs/gh_pages/docs/troubleshooting.md index 3c96d6f8..6b2406e1 100644 --- a/docs/gh_pages/docs/troubleshooting.md +++ b/docs/gh_pages/docs/troubleshooting.md @@ -1,13 +1,14 @@ # Troubleshooting Pebblo -## Issued found in conds virtual env. -### OSError: cannot load library 'pango-1.0-0' -#### Sol +## Issued found in conda virtual env. +### 1. OSError: cannot load library 'pango-1.0-0' Install pango package in conda env `conda install -c anaconda pango` -### OSError: cannot load library 'gobject-2.0-0': gobject-2.0-0: cannot open shared object file + +### 2. OSError: cannot load library 'gobject-2.0-0': gobject-2.0-0: cannot open shared object file Install libpango binaries + ```bash sudo apt-get update sudo apt-get install libpango1.0-0 From 8a8cf2ff8c74ab8a378f0fa393b79045af2d5c8c Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 15:08:37 +0530 Subject: [PATCH 5/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4585d66..894829d3 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ pip install pebblo ```bash pebblo ``` +see [troubleshooting](docs/gh_pages/docs/troubleshooting.md) guide for troubleshooting info Pebblo daemon now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting. From 2a52ff1369848057f4cf6b514661f11150b6a431 Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 15:08:55 +0530 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 894829d3..85727ceb 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ pip install pebblo ```bash pebblo ``` -see [troubleshooting](docs/gh_pages/docs/troubleshooting.md) guide for troubleshooting info +see [troubleshooting](docs/gh_pages/docs/troubleshooting.md) guide for troubleshooting info. Pebblo daemon now listens to `localhost:8000` to accept Gen-AI application data snippets for inspection and reporting. From 5bad51afb31853fbe3416779083f73e84068618b Mon Sep 17 00:00:00 2001 From: Rahul Triptahi Date: Wed, 14 Feb 2024 17:12:49 +0530 Subject: [PATCH 7/7] Update sidebars.ts Added Troubleshooting guide to sidebar --- docs/gh_pages/sidebars.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/gh_pages/sidebars.ts b/docs/gh_pages/sidebars.ts index 42a7a02f..df1d1e5b 100644 --- a/docs/gh_pages/sidebars.ts +++ b/docs/gh_pages/sidebars.ts @@ -32,6 +32,11 @@ const sidebars: SidebarsConfig = { id: "reports", // document ID label: "Reports", // sidebar label }, + { + type: "doc", + id: "troubleshooting", // document ID + label: "Troubleshooting guide", // sidebar label + }, ], };