Skip to content

Commit

Permalink
Merge pull request #2931 from weaviate/blog/01-20-hono-blog-link-fix
Browse files Browse the repository at this point in the history
Hono.js blog fix and image update
  • Loading branch information
malgamves authored Jan 20, 2025
2 parents df10b82 + f2af14b commit e56b7f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/2025-01-15-hono-search-apis/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ This code initializes a connection with Weaviate Cloud using the `connectToWeavi

### Step 4: Import Data to Weaviate

To run some searches, we need to have data to search through. To get some data into your Weaviate instance, follow our [recipe on loading data](https://github.com/weaviate/recipes-ts/blob/main/similarity-search/cohere/load.ts) into Weaviate.
To run some searches, we need to have data to search through. To get some data into your Weaviate instance, follow our [recipe on loading data](https://github.com/weaviate/recipes-ts/blob/main/generative-search/cohere/load.ts) into Weaviate.

This is a script you can run that will create a new collection in Weaviate, setup an embedding model with Cohere and import 10 items into your Weaviate instance. For this tutorial, we'll be using part of the [Wikipedia dataset](https://huggingface.co/datasets/legacy-datasets/wikipedia).

Expand Down
5 changes: 4 additions & 1 deletion static/data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@
"name": "Daniel Phiri",
"title": "Developer Advocate",
"photo": "daniel.jpg",
"team": "developer-relations"
"team": "developer-relations",
"linkedin": "malgamves",
"twitter": "malgamves",
"github": "malgamves"
},
{
"name": "Daniel Williams",
Expand Down
Binary file modified static/img/people/icon/daniel.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/people/team/daniel.jpg
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 e56b7f2

Please sign in to comment.