-
Notifications
You must be signed in to change notification settings - Fork 265
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
Revamp getting started. #1016
Revamp getting started. #1016
Conversation
---------------------------- | ||
|
||
Instead of using existing models for only inference, you can also train a customized function inside EvaDB with the ``ludwig`` extension. | ||
Run your first SQL query in EvaDB |
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.
Others look good to me. Is showing how to run EvaDB necessary here? Since we already have at getting started 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.
The motivation is to show user how to run SQL query in EvaDB since we do not have a mysql cli
kind of command line client now. We probably also want to modify the Getting Started Page (example https://ludwig.ai/latest/getting_started/), after we complete all sections under that.
The CI seems to run fine, but I cannot build locally due to the following warning.
Any reason this happens for my machine but not CI? |
I am not be able to reproduce this issue. I have also merged with staging. Could you try again to see if it helps? |
I think it is because leftover file from previous build. |
|
||
You can install EvaDB with the vision extension. | ||
With vision extension, you can run queries to do image classification, object detection, and emotion analysis workloads, etc. | ||
* `evadb[vision]` for vision dependencies. With vision dependencies, we can run queries to do image classification, object detection, and emotion analysis workloads, etc. |
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.
Would it be better to use ``evadb[vision]``
. Single ` (italic) is hard to see in the doc.
Inspired by https://ludwig.ai/latest/getting_started/. Topics will be covered in this PR: - Installation Guide - Integrate Data Source - USE SQL API - CREATE DATABASE SQL API
Inspired by https://ludwig.ai/latest/getting_started/. Topics will be covered in this PR: - Installation Guide - Integrate Data Source - USE SQL API - CREATE DATABASE SQL API
Inspired by https://ludwig.ai/latest/getting_started/.
Topics will be covered in this PR: