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 <arulraj@gatech.edu>
Co-authored-by: Jiashen Cao <jcao62@lawn-128-61-25-139.lawn.gatech.edu>
Co-authored-by: Andy Xu <xzdandy@gmail.com>
Co-authored-by: Sayan Sinha <sayan.sinha@cc.gatech.edu>
Co-authored-by: Hersh Dhillon <hershdhillon23@gmail.com>
  • Loading branch information
6 people authored and a0x8o committed Nov 22, 2023
1 parent 887b8fc commit 12121d7
Show file tree
Hide file tree
Showing 81 changed files with 4,320 additions and 426 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,9 @@ jobs:
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> f431fb09 (feat: sync master staging (#1050))
=======
<<<<<<< HEAD
pip install ".[dev,ludwig,qdrant,forecasting]"
Expand All @@ -497,22 +500,31 @@ jobs:
=======
>>>>>>> 5d9d82f0 (feat: sync master staging (#1050))
>>>>>>> 9fe75f29 (feat: sync master staging (#1050))
<<<<<<< HEAD
=======
>>>>>>> b87af508 (feat: sync master staging (#1050))
=======
>>>>>>> f431fb09 (feat: sync master staging (#1050))
pip install ".[dev,ludwig,qdrant,forecasting,pinecone,chromadb]"
=======
pip install ".[dev,ludwig,qdrant,forecasting]"
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> f431fb09 (feat: sync master staging (#1050))
=======
<<<<<<< HEAD
>>>>>>> eva-master
=======
>>>>>>> 5d9d82f0 (feat: sync master staging (#1050))
>>>>>>> 9fe75f29 (feat: sync master staging (#1050))
<<<<<<< HEAD
=======
>>>>>>> b87af508 (feat: sync master staging (#1050))
=======
>>>>>>> f431fb09 (feat: sync master staging (#1050))
source test_evadb/bin/activate
bash script/test/test.sh -m "<< parameters.mode >>"

Expand Down
54 changes: 52 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,13 +845,22 @@ EvaDB enables software developers to build AI apps in a few lines of code. Its p

We would love to learn about your AI app. Please complete this 1-minute form: https://v0fbgcue0cm.typeform.com/to/BZHZWeZm

👋 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
<<<<<<< HEAD
<<<<<<< HEAD
=======
<<<<<<< HEAD
<<<<<<< HEAD
Expand Down Expand Up @@ -925,13 +934,23 @@ We would love to learn about your AI app. Please complete this 1-minute form: ht
=======
=======
=======
>>>>>>> 9fe75f29 (feat: sync master staging (#1050))
=======
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> eva-master
=======
>>>>>>> 7dd70375 (release: merge staging into master (#1032))
<<<<<<< HEAD
>>>>>>> f028c383 (release: merge staging into master (#1032))
<<<<<<< HEAD
>>>>>>> 54907d3e (release: merge staging into master (#1032))
=======
=======
=======
>>>>>>> 5d9d82f0 (feat: sync master staging (#1050))
>>>>>>> 9fe75f29 (feat: sync master staging (#1050))
>>>>>>> f431fb09 (feat: sync master staging (#1050))
- [Quick Links](#quick-links)
- [Documentation](#documentation)
- [Why EvaDB](#why-evadb)
Expand Down Expand Up @@ -987,6 +1006,7 @@ We would love to learn about your AI app. Please complete this 1-minute form: ht
>>>>>>> 03a6c555 (feat: sync master staging (#1050))
=======
<<<<<<< HEAD
<<<<<<< HEAD
=======
- [Quick Links](#quick-links)
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
Expand Down Expand Up @@ -1078,15 +1098,34 @@ We would love to learn about your AI app. Please complete this 1-minute form: ht
>>>>>>> 03a6c555 (feat: sync master staging (#1050))
=======
=======
=======
=======
- [Quick Links](#quick-links)
>>>>>>> 2dacff69 (feat: sync master staging (#1050))
>>>>>>> 9fe75f29 (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
>>>>>>> 7dd70375 (release: merge staging into master (#1032))
<<<<<<< HEAD
>>>>>>> f028c383 (release: merge staging into master (#1032))
<<<<<<< HEAD
>>>>>>> 54907d3e (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)
>>>>>>> 5d9d82f0 (feat: sync master staging (#1050))
>>>>>>> 9fe75f29 (feat: sync master staging (#1050))
>>>>>>> f431fb09 (feat: sync master staging (#1050))
## Documentation

Expand Down Expand Up @@ -2111,14 +2150,25 @@ TIME_LIMIT 120;
=======
```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;
>>>>>>> 7dd70375 (release: merge staging into master (#1032))
<<<<<<< HEAD
>>>>>>> f028c383 (release: merge staging into master (#1032))
<<<<<<< HEAD
>>>>>>> 54907d3e (release: merge staging into master (#1032))
=======
=======
=======
PREDICT 'rental_price'
TIME_LIMIT 120;
>>>>>>> 5d9d82f0 (feat: sync master staging (#1050))
>>>>>>> 9fe75f29 (feat: sync master staging (#1050))
>>>>>>> f431fb09 (feat: sync master staging (#1050))
```

</details>
Expand Down
Loading

0 comments on commit 12121d7

Please sign in to comment.