parent
cb2d07bc93
commit
9a6d507217
2 changed files with 14 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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!*
|
||||
*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!*
|
||||
|
|
|
|||
Loading…
Reference in a new issue