Skip to content

Commit

Permalink
fix: redirect links
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Sep 6, 2023
1 parent d3bad6f commit 433d996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/overview/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EvaDB accelerates AI queries using a collection of optimizations inspired by SQL
AI Functions
------------

``Functions`` are typically thin wrappers around AI models and are extensively used in queries. Here is an `illustrative AI function for classifying MNIST images <https://github.com/georgia-tech-db/evadb/blob/master/evadb/udfs/mnist_image_classifier.py>`_.
``Functions`` are typically thin wrappers around AI models and are extensively used in queries. Here is an `illustrative AI function for classifying MNIST images <https://github.com/georgia-tech-db/evadb/blob/master/evadb/functions/mnist_image_classifier.py>`_.

To register an user-defined function, use the ``CREATE FUNCTION`` statement:

Expand Down

0 comments on commit 433d996

Please sign in to comment.