Skip to content

Commit

Permalink
Add PDF Agggragate case
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Sep 16, 2023
1 parent 6872c49 commit 9518516
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/overview/model-inference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ EvaDB also provides specialized array operators to construct queries. Go over bu
SAMPLE 5
GROUP BY '16 frames';
Here is another example grouping paragraphs from PDFs:

.. code-block:: sql
SELECT SEGMENT(data) FROM MyPDFs GROUP BY '10 paragraphs';
5. Order By

Models (typically feature extractors) can also be used in the ``ORDER BY`` for embedding-based similarity search. EvaDB also has index support to facilitate this type of queries.
Expand Down

0 comments on commit 9518516

Please sign in to comment.