Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for broken academy link #3050

Merged
merged 1 commit into from
Feb 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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