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
|
```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
|
||||||
|
|
|
||||||
|
|
@ -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 |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue