From 9a6d50721791c6f857ea6812e64108dd88f0a16f Mon Sep 17 00:00:00 2001 From: Suvrat Jain Date: Mon, 20 Oct 2025 11:14:07 -0400 Subject: [PATCH] docs: Improve consistency and fix outdated info (#182) Thank you --- CONFIGURATION.md | 4 ++-- docs/index.md | 20 ++++++++++++-------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CONFIGURATION.md b/CONFIGURATION.md index c9f3c68..3b5b7a6 100644 --- a/CONFIGURATION.md +++ b/CONFIGURATION.md @@ -42,7 +42,7 @@ Or add it to your `docker-compose.yml`: ```yaml services: open_notebook: - image: lfnovo/open_notebook:latest + image: lfnovo/open_notebook:v1-latest ports: - "8502:8502" - "5055:5055" # API port must be exposed @@ -56,7 +56,7 @@ services: docker run -e API_URL=http://your-server-ip:5055 \ -p 8502:8502 \ -p 5055:5055 \ - lfnovo/open_notebook:latest + lfnovo/open_notebook:v1-latest-single ``` ### Important Notes diff --git a/docs/index.md b/docs/index.md index ad69554..df8d745 100644 --- a/docs/index.md +++ b/docs/index.md @@ -106,13 +106,17 @@ Context Management → Citations → Transformations → Sharing ## 🌟 What Makes Open Notebook Special | Feature | Open Notebook | Google Notebook LM | Advantage | -|---------|---------------|-------------------|-----------| -| **Privacy** | Self-hosted | Cloud-only | Complete control | -| **AI Providers** | 15+ providers | Google only | Flexibility | -| **Context Control** | 3 granular levels | All-or-nothing | Privacy & performance | -| **Podcasts** | 1-4 speakers | 2 speakers | Professional quality | -| **Transformations** | Custom & built-in | Limited | Unlimited processing | -| **Citations** | Comprehensive | Basic | Research integrity | +|---------|---------------|--------------------|-----------| +| **Privacy & Control** | Self-hosted, your data | Google cloud only | Complete data sovereignty | +| **AI Provider Choice** | 16+ providers (OpenAI, Anthropic, Ollama, LM Studio, etc.) | Google models only | Flexibility and cost optimization | +| **Podcast Speakers** | 1-4 speakers with custom profiles | 2 speakers only | Extreme flexibility | +| **Context Control** | 3 granular levels | All-or-nothing | Privacy and performance tuning | +| **Content Transformations** | Custom and built-in | Limited options | Unlimited processing power | +| **API Access** | Full REST API | No API | Complete automation | +| **Deployment** | Docker, cloud, or local | Google hosted only | Deploy anywhere | +| **Citations** | Comprehensive with sources | Basic references | Research integrity | +| **Customization** | Open source, fully customizable | Closed system | Unlimited extensibility | +| **Cost** | Pay only for AI usage | Monthly subscription + usage | Transparent and controllable | --- @@ -135,4 +139,4 @@ Open Notebook is open source and welcomes contributions: --- -*This documentation is constantly evolving. Found an issue or have a suggestion? Please [open an issue](https://github.com/lfnovo/open-notebook/issues) or contribute directly!* \ No newline at end of file +*This documentation is constantly evolving. Found an issue or have a suggestion? Please [open an issue](https://github.com/lfnovo/open-notebook/issues) or contribute directly!*