rag-document-qa / storage /chunks.json
delcenjo's picture
Upload folder using huggingface_hub
b02371b verified
Raw
History Blame Contribute Delete
5.34 kB
[
{
"id": "api.md#0",
"source": "api.md",
"text": "# Nimbus Notes \u2014 Developer API\nNimbus Notes exposes a REST API for automating notes and notebooks.\n## Authentication\nAll requests are sent to `https://api.nimbusnotes.com/v1` and authenticated with\nan API key passed as a Bearer token in the `Authorization` header. API keys are\ncreated in Settings under Developer.\n## Endpoints\n- `/notes` \u2014 create, read, update and delete notes.\n- `/notebooks` \u2014 manage notebooks.\n- `/search` \u2014 full-text search across the workspace.\nResponses are JSON and lists use cursor-based pagination.\n## Rate limits"
},
{
"id": "api.md#1",
"source": "api.md",
"text": "earch across the workspace.\nResponses are JSON and lists use cursor-based pagination.\n## Rate limits - Free plan: 60 requests per minute.\n- Pro and Team plans: 600 requests per minute.\n## Webhooks and SDKs\nWebhooks can notify your server of events such as `note.created` and\n`note.updated`. Official SDKs are available for Python and JavaScript."
},
{
"id": "faq.md#0",
"source": "faq.md",
"text": "# Nimbus Notes \u2014 Frequently Asked Questions\n## How do I export my notes?\nNotes can be exported from Settings > Export in Markdown, PDF or HTML format,\neither individually or per notebook.\n## Can I use Nimbus Notes offline?\nYes. The desktop and mobile apps cache your notes locally and synchronise\nautomatically the next time you are online. The web app requires a connection.\n## How do I cancel my subscription?\nGo to Settings > Billing > Cancel subscription. You keep access to paid features\nuntil the end of the current billing period, after which the account reverts to\nthe Free plan."
},
{
"id": "faq.md#1",
"source": "faq.md",
"text": "tures\nuntil the end of the current billing period, after which the account reverts to\nthe Free plan. ## How do I delete my account?\nSettings > Account > Delete account. Your data is permanently purged 30 days\nafter deletion.\n## Which languages are supported?\nThe interface is available in 12 languages, including English, Spanish, French,\nGerman and Japanese."
},
{
"id": "overview.md#0",
"source": "overview.md",
"text": "# Nimbus Notes \u2014 Product Overview\nNimbus Notes is a cloud-based note-taking application for individuals and teams.\nIt combines rich-text and Markdown editing with real-time collaboration, so\nseveral people can edit the same note at once.\n## Key features\n- Rich-text and Markdown editing with live preview.\n- Real-time collaboration and inline comments.\n- Offline mode on desktop and mobile, with automatic sync once back online.\n- Full-text search across all notebooks.\n- Organisation through notebooks, tags and nested pages.\n- Cross-platform clients for web, Windows, macOS, Linux, iOS and Android."
},
{
"id": "overview.md#1",
"source": "overview.md",
"text": "ks, tags and nested pages.\n- Cross-platform clients for web, Windows, macOS, Linux, iOS and Android. ## Availability\nNimbus Notes launched in 2019 and is available in 12 interface languages. The\nservice is offered as a hosted SaaS product; an on-premise deployment is\navailable on the Enterprise plan."
},
{
"id": "pricing.md#0",
"source": "pricing.md",
"text": "# Nimbus Notes \u2014 Pricing\nNimbus Notes offers four plans. All paid plans include a 14-day free trial of\nPro features, and annual billing saves roughly two months compared to monthly.\n## Free\n- Up to 3 notebooks and 1 GB of storage.\n- Core editing and search.\n- Community support only.\n## Pro \u2014 $8 per month (or $80 per year)\n- Unlimited notebooks and 50 GB of storage.\n- 30 days of version history.\n- Optional end-to-end encryption.\n- Priority email support.\n## Team \u2014 $15 per user per month"
},
{
"id": "pricing.md#1",
"source": "pricing.md",
"text": "istory.\n- Optional end-to-end encryption.\n- Priority email support.\n## Team \u2014 $15 per user per month - Everything in Pro, plus shared workspaces and admin controls.\n- 200 GB of storage per user.\n- Single sign-on (SSO).\n## Enterprise \u2014 custom pricing\n- SAML SSO, audit logs and a dedicated account manager.\n- Optional on-premise deployment.\nSubscriptions can be cancelled at any time from Settings; access continues until\nthe end of the current billing period."
},
{
"id": "security.md#0",
"source": "security.md",
"text": "# Nimbus Notes \u2014 Security\nSecurity is handled in line with industry best practice and audited by external\nparties.\n## Encryption\n- Data is encrypted in transit with TLS 1.3.\n- Data is encrypted at rest with AES-256.\n- Optional end-to-end encryption is available on Pro and higher plans.\n## Compliance and access control\n- SOC 2 Type II certified and GDPR compliant.\n- Two-factor authentication via TOTP authenticator apps.\n- Data is stored in data centres located in the EU and the US, selectable per\n workspace.\n## Reliability"
},
{
"id": "security.md#1",
"source": "security.md",
"text": "a is stored in data centres located in the EU and the US, selectable per\n workspace.\n## Reliability - Encrypted backups run daily and are retained for 30 days.\n- The platform is penetration-tested annually by an independent firm."
}
]