Skip to content

Commit c7665a2

Browse files
Update semantic-search.md (#1438)
1 parent d281eb2 commit c7665a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pgml-cms/docs/api/client-sdk/tutorials/semantic-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ description: >-
88

99
This tutorial demonstrates using the `pgml` SDK to create a collection, add documents, build a pipeline for vector search, make a sample query, and archive the collection when finished.
1010

11-
[Link to full JavaScript implementation](../../../../../pgml-sdks/pgml/javascript/examples/semantic\_search.js)
11+
[Link to full JavaScript implementation](https://github.com/postgresml/postgresml/blob/master/pgml-sdks/pgml/javascript/examples/semantic_search.js)
1212

13-
[Link to full Python implementation](../../../../../pgml-sdks/pgml/python/examples/semantic\_search.py)
13+
[Link to full Python implementation](https://github.com/postgresml/postgresml/blob/master/pgml-sdks/pgml/python/examples/semantic_search.py)
1414

1515
## Imports and Setup
1616

0 commit comments

Comments
 (0)