Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit 46cdf69

Browse files
authored
fix: fix links (#905)
1 parent b2422d7 commit 46cdf69

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/vectorizer/api-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# pgai Vectorizer API reference
32

43
This page provides an API reference for Vectorizer functions. For an overview
@@ -790,7 +789,7 @@ The simplest method is to provide the `AWS_ACCESS_KEY_ID`,
790789
vectorizer worker. Consult the [boto3 credentials documentation] for more
791790
options.
792791
793-
[boto3 credentials documentation]: (https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html)
792+
[boto3 credentials documentation]: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
794793
795794
```sql
796795
SELECT ai.create_vectorizer(

projects/extension/docs/model_calling/litellm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Generate embeddings using a specified model.
6363
The data returned looks like:
6464
6565
```text
66-
litellm_embed
66+
litellm_embed
6767
--------------------------------------------------------
6868
[0.005978798,-0.020522336,...-0.0022857306,-0.023699166]
6969
(1 row)
@@ -188,7 +188,7 @@ The simplest method is to set the `AWS_ACCESS_KEY_ID`, `AWS_SECRET_ACCESS_KEY`,
188188
and `AWS_REGION_NAME` environment variables for the database process. Consult
189189
the [boto3 credentials documentation] for more options.
190190
191-
[boto3 credentials documentation]: (https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html)
191+
[boto3 credentials documentation]: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/credentials.html
192192
193193
```sql
194194
SELECT ai.litellm_embed(

0 commit comments

Comments
 (0)