docs: Improve consistency and fix outdated info (#182)

Thank you
This commit is contained in:
Suvrat Jain 2025-10-20 11:14:07 -04:00 committed by GitHub
parent cb2d07bc93
commit 9a6d507217
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 10 deletions

View file

@ -42,7 +42,7 @@ Or add it to your `docker-compose.yml`:
```yaml ```yaml
services: services:
open_notebook: open_notebook:
image: lfnovo/open_notebook:latest image: lfnovo/open_notebook:v1-latest
ports: ports:
- "8502:8502" - "8502:8502"
- "5055:5055" # API port must be exposed - "5055:5055" # API port must be exposed
@ -56,7 +56,7 @@ services:
docker run -e API_URL=http://your-server-ip:5055 \ docker run -e API_URL=http://your-server-ip:5055 \
-p 8502:8502 \ -p 8502:8502 \
-p 5055:5055 \ -p 5055:5055 \
lfnovo/open_notebook:latest lfnovo/open_notebook:v1-latest-single
``` ```
### Important Notes ### Important Notes

View file

@ -106,13 +106,17 @@ Context Management → Citations → Transformations → Sharing
## 🌟 What Makes Open Notebook Special ## 🌟 What Makes Open Notebook Special
| Feature | Open Notebook | Google Notebook LM | Advantage | | Feature | Open Notebook | Google Notebook LM | Advantage |
|---------|---------------|-------------------|-----------| |---------|---------------|--------------------|-----------|
| **Privacy** | Self-hosted | Cloud-only | Complete control | | **Privacy & Control** | Self-hosted, your data | Google cloud only | Complete data sovereignty |
| **AI Providers** | 15+ providers | Google only | Flexibility | | **AI Provider Choice** | 16+ providers (OpenAI, Anthropic, Ollama, LM Studio, etc.) | Google models only | Flexibility and cost optimization |
| **Context Control** | 3 granular levels | All-or-nothing | Privacy & performance | | **Podcast Speakers** | 1-4 speakers with custom profiles | 2 speakers only | Extreme flexibility |
| **Podcasts** | 1-4 speakers | 2 speakers | Professional quality | | **Context Control** | 3 granular levels | All-or-nothing | Privacy and performance tuning |
| **Transformations** | Custom & built-in | Limited | Unlimited processing | | **Content Transformations** | Custom and built-in | Limited options | Unlimited processing power |
| **Citations** | Comprehensive | Basic | Research integrity | | **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 |
--- ---