evadb icon indicating copy to clipboard operation
evadb copied to clipboard

Database system for AI-powered apps

Results 135 evadb issues
Sort by recently updated
recently updated
newest added

## Description We'd like to support the ability to extract text from PDFs and analyze them using NLP models. 1. Need to add a `LOAD PDF` command 2. Need to...

enhancement
feature-pdf

We follow a Just-In-Time planning approach, meaning that we plan our work at most 2 months in advance. Even within that window, we tend to re-prioritize based on user feedback....

announcement

- [x] Simplify the creation yolo based UDFs ``` CREATE UDF IF NOT EXISTS Yolo TYPE ultralytics 'model' 'yolov8m.pt'; ``` - [x] Speed up testing by using a smaller Yolo...

created a UDF to use the ChatGPT API to answer user queries. The queries are loaded from a CSV file.

High Priority

Added a notebook which does a Fuzzy Join between an image table and a structured table to detect the license plates in a image dataset.

The integration tests that were added as a part of the caching feature were leading to higher-than-normal memory usage. The specific usage in this case crossed the 8GB threshold which...

Supported query: ``` SELECT id, T.iids, T.bboxes, T.scores, T.labels FROM MyVideo JOIN LATERAL EXTRACT_OBJECT(data, YoloV5, NorFairTracker) AS T(iids, labels, bboxes, scores) WHERE id < 30; ```

High Priority

@jarulraj These are currently the only stable changes that we have for this milestone. On my system, makes all tests pass when run with xdist. To run the tests, I...

In this PR, we have added a Dockerfile that can be utilized to containerize the eva database, and several hugging face udfs to add functionality to the database. For example,...