Skip to content

Commit 3afd882

Browse files
committed
update package naming
1 parent 02e792e commit 3afd882

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ The native vector type is supported by [these system functions](function-docs/sy
203203

204204
Implementation of FlinkSQL and SQRL functions that can be added as user-defined functions (UDFs) to support additional functionality.
205205

206-
* [Math](function-docs/library-functions.md#advanced-math): Advanced math functions
206+
* [Math](function-docs/library-functions.md#math): Advanced math functions
207207
* [OpenAI](function-docs/library-functions.md#openai): Function for calling completions, structured data extraction, and vector embeddings.
208208

209209
## Usage

function-docs/library-functions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Function Libraries
22

33
The following library functions can be imported for additional functionality:
4-
* [Advanced Math](#advanced-math)
4+
* [Advanced Math](#math)
55
* [OpenAI](#openai)
66

7-
## Advanced Math
7+
## Math
88

9-
Functions for advanced mathematics
9+
Functions for advanced mathematics under the `math` package.
1010

1111
| **Function Name** | **Description** |
1212
|-------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
@@ -26,6 +26,7 @@ Functions for advanced mathematics
2626

2727
## OpenAI
2828

29+
OpenAI API function under the `openai` package.
2930

3031
You can use these UDFs in your SQRL scripts to perform tasks such as text completion, extraction, and embedding, leveraging the power of OpenAI models.
3132

0 commit comments

Comments
 (0)