Skip to content

Commit

Permalink
Merge pull request #3050 from weaviate/docs/02-28-minor-ts-fixes
Browse files Browse the repository at this point in the history
Fix for broken academy link
  • Loading branch information
malgamves authored Feb 28, 2025
2 parents 219153e + 46b8896 commit b8614b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _includes/code/howto/search.aggregate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const response = await jeopardy.aggregate.hybrid("animals in space", {
returnMetrics: jeopardy.metrics.aggregate("points").number(["sum"])
})

console.log("", response.properties['points'].sum)
console.log(response.properties['points'].sum)
// END HybridExample

// Test
Expand Down
2 changes: 1 addition & 1 deletion developers/academy/js/_snippets/intro_next_steps_js.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Some of our more popular resources include:
### Academy

- [Working with Text](/developers/academy/js/starter_text_data): Learn how to use work with text data in Weaviate.
- [Which search is right for me?](/developers/academy/js/standalone/which_search): Learn about the different types of searches in Weaviate and when to use them.
- [Which search is right for me?](/developers/academy/js/standalone/which-search): Learn about the different types of searches in Weaviate and when to use them.


import CTASocials from './cta_socials.mdx';
Expand Down

0 comments on commit b8614b3

Please sign in to comment.