Skip to content

Commit

Permalink
feat: sync master staging (georgia-tech-db#1050)
Browse files Browse the repository at this point in the history
Co-authored-by: Joy Arulraj <[email protected]>
Co-authored-by: Jiashen Cao <[email protected]>
Co-authored-by: Andy Xu <[email protected]>
Co-authored-by: Sayan Sinha <[email protected]>
Co-authored-by: Hersh Dhillon <[email protected]>
  • Loading branch information
6 people authored and a0x8o committed Oct 30, 2023
1 parent 30d7834 commit 03a6c55
Show file tree
Hide file tree
Showing 65 changed files with 1,227 additions and 422 deletions.
34 changes: 32 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,24 @@ EvaDB enables software developers to build AI apps in a few lines of code. Its p
<li> 📝 following us on <a href="https://medium.com/evadb-blog">Medium</a>
</ul>
👋 Hey! If you're excited about our vision of bringing AI inside database systems, show some ❤️ by:
<ul>
<li> 🐙 giving a ⭐ on our <a href="https://github.com/georgia-tech-db/evadb">EvaDB repo on Github</a>
<li> 📟 joining our <a href="https://evadb.ai/community">Slack Community</a>
<li> 🐦 following us on <a href="https://twitter.com/evadb_ai">Twitter</a>
<li> 🐦 following us on <a href="https://medium.com/evadb-blog">Medium</a>
</ul>

## Quick Links

<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> c63abee7 (release: merge staging into master (#1032))
=======
>>>>>>> 53dafecf (feat: sync master staging (#1050))
- [Quick Links](#quick-links)
- [Documentation](#documentation)
- [Why EvaDB](#why-evadb)
Expand All @@ -244,6 +255,7 @@ EvaDB enables software developers to build AI apps in a few lines of code. Its p
- [License](#license)
=======
<<<<<<< HEAD
<<<<<<< HEAD
=======
- [Quick Links](#quick-links)
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
Expand All @@ -259,13 +271,26 @@ EvaDB enables software developers to build AI apps in a few lines of code. Its p
- [Star History](#star-history)
- [License](#license)
=======
=======
=======
- [Quick Links](#quick-links)
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
>>>>>>> 53dafecf (feat: sync master staging (#1050))
- [Documentation](#documentation)
- [Why EvaDB](#why-evadb)
- [How does EvaDB work](#how-does-evadb-work)
- [Community and Support](#community-and-support)
- [Illustrative Queries](#illustrative-queries)
- [Illustrative Apps](#illustrative-apps)
<<<<<<< HEAD
>>>>>>> c63abee7 (release: merge staging into master (#1032))
=======
- [More Illustrative Queries](#more-illustrative-queries)
- [Architecture of EvaDB](#architecture-of-evadb)
- [Community and Support](#community-and-support)
- [Contributing](#contributing)
- [Star History](#star-history)
- [License](#license)
>>>>>>> 53dafecf (feat: sync master staging (#1050))
## Documentation

Expand Down Expand Up @@ -555,12 +580,17 @@ TIME_LIMIT 120;
* Train an ML model using the <a href="https://ludwig.ai/latest/">Ludwig AI</a> engine to predict a column in a table.

```sql
CREATE UDF IF NOT EXISTS PredictHouseRent FROM
CREATE FUNCTION IF NOT EXISTS PredictHouseRent FROM
( SELECT * FROM HomeRentals )
TYPE Ludwig
<<<<<<< HEAD
'predict' 'rental_price'
'time_limit' 120;
>>>>>>> c63abee7 (release: merge staging into master (#1032))
=======
PREDICT 'rental_price'
TIME_LIMIT 120;
>>>>>>> 53dafecf (feat: sync master staging (#1050))
```

</details>
Expand Down
54 changes: 41 additions & 13 deletions docs/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,18 @@ parts:
sections:
- file: source/overview/concepts/data-sources
title: Data Sources
<<<<<<< HEAD
=======
- file: source/overview/concepts
title: Concepts
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))
=======
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
#- file: source/overview/faq

- caption: Use Cases
chapters:
<<<<<<< HEAD
<<<<<<< HEAD
- file: source/usecases/sentiment-analysis.rst
title: Sentiment Analysis
Expand Down Expand Up @@ -86,24 +90,23 @@ parts:
=======
=======
- file: source/usecases/food-review.rst
=======
- file: source/usecases/sentiment-analysis.rst
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
title: Sentiment Analysis
- file: source/usecases/question-answering.rst
title: Question Answering
- file: source/usecases/text-summarization.rst
title: Text Summarization
- file: source/usecases/image-classification.rst
title: Image Classification
- file: source/usecases/similar-image-search.rst
- file: source/usecases/image-search.rst
title: Image Search
- file: source/usecases/qa-video.rst
title: Video Question Answering
- file: source/usecases/08-chatgpt.ipynb
title: ChatGPT-based Video Question Answering
- file: source/usecases/12-query-pdf.ipynb
title: PDF Question Answering
- file: source/usecases/02-object-detection.ipynb
- file: source/usecases/object-detection.rst
title: Object Detection
- file: source/usecases/03-emotion-analysis.ipynb
title: Emotions Analysis
- file: source/usecases/07-object-segmentation-huggingface.ipynb
title: Image Segmentation
- file: source/usecases/13-privategpt.ipynb
- file: source/usecases/emotion-analysis.rst
title: Emotion Analysis
- file: source/usecases/privategpt.rst
title: PrivateGPT
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))
>>>>>>> c63abee7 (release: merge staging into master (#1032))
Expand Down Expand Up @@ -155,6 +158,9 @@ parts:
<<<<<<< HEAD
=======

- file: source/reference/api
title: Python API

- file: source/reference/databases/index
title: Data Sources
sections:
Expand All @@ -163,9 +169,12 @@ parts:
- file: source/reference/databases/mysql
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))

<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))
=======
=======
>>>>>>> 53dafecf (feat: sync master staging (#1050))
- file: source/reference/api
title: Python API

Expand Down Expand Up @@ -214,12 +223,16 @@ parts:
title: Model Training with Ludwig
- file: source/reference/ai/model-train-sklearn
title: Model Training with Sklearn
<<<<<<< HEAD
- file: source/reference/ai/model-train-xgboost
title: Model Training with XGBoost
=======
>>>>>>> 53dafecf (feat: sync master staging (#1050))
=======
- file: source/reference/ai/index
title: AI Engines
sections:
<<<<<<< HEAD
<<<<<<< HEAD
- file: source/reference/ai/model-train
title: Model Training
Expand All @@ -230,6 +243,11 @@ parts:
- file: source/reference/ai/model-train-sklearn
title: Model Training with Sklearn
>>>>>>> 40a10ce1 (Bump v0.3.4+ dev)
=======
- file: source/reference/ai/model-train
title: Model Training
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
>>>>>>> 53dafecf (feat: sync master staging (#1050))
- file: source/reference/ai/model-forecasting
title: Time Series Forecasting
- file: source/reference/ai/hf
Expand All @@ -238,16 +256,23 @@ parts:
title: OpenAI
- file: source/reference/ai/yolo
title: YOLO
<<<<<<< HEAD
<<<<<<< HEAD
- file: source/reference/ai/stablediffusion
title: Stable Diffusion

- file: source/reference/ai/custom-ai-function
title: Bring Your Own AI Function
=======
- file: source/reference/ai/custom
title: Custom Model
<<<<<<< HEAD
>>>>>>> 53dafecf (feat: sync master staging (#1050))

- file: source/reference/optimizations
title: Optimizations
=======
<<<<<<< HEAD
- file: source/reference/ai/custom
title: Custom Model
<<<<<<< HEAD
Expand All @@ -257,6 +282,9 @@ parts:
- file: source/reference/optimizations
title: Optimizations
>>>>>>> 40a10ce1 (Bump v0.3.4+ dev)
=======
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
>>>>>>> 53dafecf (feat: sync master staging (#1050))

# - file: source/reference/io
# title: IO Descriptors
Expand Down
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
=======
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))


# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "github-dark"

Expand Down Expand Up @@ -186,6 +187,7 @@
<<<<<<< HEAD
=======

<<<<<<< HEAD

for i in os.listdir("../tutorials"):
if i in [
Expand All @@ -203,6 +205,7 @@
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))
>>>>>>> c63abee7 (release: merge staging into master (#1032))

<<<<<<< HEAD
<<<<<<< HEAD

for i in os.listdir("../tutorials"):
Expand All @@ -220,6 +223,8 @@
nb_execution_mode = "off"
>>>>>>> 8c5b63dc (release: merge staging into master (#1032))

=======
>>>>>>> 53dafecf (feat: sync master staging (#1050))
=======
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
# -- Initialize Sphinx ----------------------------------------------
Expand Down
Loading

0 comments on commit 03a6c55

Please sign in to comment.