-
Notifications
You must be signed in to change notification settings - Fork 5
NOISSUE - Update Cube AI docs #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: fbugarski <filipbugarski@gmail.com>
Signed-off-by: fbugarski <filipbugarski@gmail.com>
SammyOina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add screenshots for ui parts, also make sure for split parts of the developer-guide, make sure the tutorials are complete and not split off
docs/developer-guide/open-webui.md
Outdated
| @@ -0,0 +1,28 @@ | |||
| --- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove this since we replaced it with our own chat
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace with our ui chat
docs/developer-guide/fine-tuning.md
Outdated
| - Optional: apply LoRA | ||
| - Train | ||
| - Export GGUF | ||
| - Upload to Cube AI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is incomplete from the original dev guide
docs/integrations/continue.md
Outdated
| You can obtain it in the Cube AI UI under **Profile → Tokens**. | ||
|
|
||
| ```json | ||
| { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use yaml, same as in the getting started guide
docs/attestation.md
Outdated
|
|
||
| ## How Cube AI Uses Attestation Today | ||
|
|
||
| Cube AI runs inside **AMD SEV-SNP–based Confidential VMs (CVMs)**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we support both amd sev-snp and intel-tdx
docs/attestation.md
Outdated
| ## Future Roadmap (User-Facing Attestation) | ||
|
|
||
| Cube AI will introduce **public attestation verification** features, allowing applications to verify that they are interacting with a trusted instance. | ||
|
|
||
| Planned enhancements include: | ||
|
|
||
| ### 🔹 API Endpoint for Attestation Reports | ||
|
|
||
| Applications will be able to request: | ||
|
|
||
| ```bash | ||
| GET /attestation/report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this already exists POST /attestation you can test it
docs/getting-started.md
Outdated
| } | ||
| EOF | ||
| ``` | ||
| This guide introduces the basics of Cube AI using the **web interface only**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't have state web interface only, or no cli being used
| ``` | ||
|
|
||
| Update the `apiKey` with your `access token`, the `apiBase` with the URL of your Cube AI instance, and replace `<your-domain-id>` with the domain ID from step 4. These values should reflect the actual deployment settings you're working with. | ||
| You should now see the Cube AI login screen. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add screenshots
docs/getting-started.md
Outdated
|
|
||
| --- | ||
|
|
||
| ## 3. Create a Domain (UI Only) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need to add UI only
| 1. From the dashboard, click **Create Domain** | ||
| 2. Enter a **Name** and **Route** | ||
| 3. Click **Create** | ||
| 4. When the domain appears in the list, click **Open Domain** | ||
|
|
||
| You are now inside your new domain. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
screenshots
docs/getting-started.md
Outdated
| For VS Code and development tooling, continue to the: | ||
|
|
||
| For a more detailed explanation of how to connect to Cube AI with the continue extension, check out [this video demonstration](https://www.youtube.com/watch?v=BGpv_iTB2NE). | ||
| 👉 **Continue Integration** page. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be a link
Signed-off-by: fbugarski <filipbugarski@gmail.com>
No description provided.