Skip to content

Commit

Permalink
o1-mini for batteries post
Browse files Browse the repository at this point in the history
  • Loading branch information
jschrier committed Dec 30, 2024
1 parent a1990b3 commit f1b5140
Show file tree
Hide file tree
Showing 16 changed files with 286 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ We'll retrieve the index page, and then use the links in the page to retrieve th
sectionLinks = With[
{url = "https://www.vatican.va/archive/ENG0015/_INDEX.HTM"},
Drop[#, 10] &@Import[url, "Hyperlinks"]]; (* first 10 links are navigation tools *)
```

Note that we do not even need to retrieve the texts...just the links.
Expand All @@ -50,7 +49,6 @@ CreateSemanticSearchIndex[
URL /@ sectionLinks, (* retrieve URLs directly *)
"catechism_default", (*optional index name*)
DistanceFunction -> CosineDistance] (* traditional to use cosine distance*)
```

![1h140p0lwsex6](/blog/images/2024/12/26/1h140p0lwsex6.png)
Expand Down

Large diffs are not rendered by default.

Binary file added images/2024/12/30/09w5hxn5pxyiy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0aq0oe4kxqxso.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0azwfu5oy6w1g.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0c6unnza31qpp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0d5q4as1on2wa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0ez1nodkvuqwo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0hfkg6djiq9w8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0k4u8tv7rlo3h.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0v3azhjme0ra4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0vs60qqi7cenc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0y16snf8o6tkr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/0yf3gf7w1aga2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/1cdstq2p3ekmz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024/12/30/1gkq72qbov7vv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f1b5140

Please sign in to comment.