Skip to content

Commit

Permalink
Minor fixes iosblog (#2275)
Browse files Browse the repository at this point in the history
* fix dates, title, linkedIn and twitter links

* Webinars Update (#2272) (#2274)

* Update

* Blog Update

Co-authored-by: Shan-Weaviate <[email protected]>

---------

Co-authored-by: AJ Chan <[email protected]>
Co-authored-by: Shan-Weaviate <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2024
1 parent 2823546 commit 7e45c03
Show file tree
Hide file tree
Showing 72 changed files with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,15 @@ You can download the resources used in this blog [here](https://github.com/weavi

### Quckstart

How to create a Weaviate account and cluster

https://weaviate.io/developers/wcs/quickstart
How to [create a Weaviate account and cluster](https://weaviate.io/developers/wcs/quickstart)

### Running Python on your Mac

How to run Python applications on a Mac.
How to run [Python applications on a Mac](/apple-and-weaviate/apple-apps-part-3).

### External Builder (Xcode) for Python

Using Xcode to run Python applications
Using [Xcode to run Python](/apple-and-weaviate/apple-apps-part-4) applications


![external-builder-image](./img/external-builder-image.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ The alias points to an executable file.
/opt/anaconda3/bin/python3.11


Refer to the article **Running Python on your Mac**, for more details, if this sounds confusing.
Refer to the article [Running Python on your Mac](/apple-and-weaviate/apple-apps-part-3), for more details, if this sounds confusing.


## Install Python Packages and Setup a Virtual Environment

See the article **Running Python on your Mac** for instructions.
See the article [Running Python on your Mac](/apple-and-weaviate/apple-apps-part-3) for instructions.

Install Python packages into a `venv` directory within your project to create a virtual environment.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Convert your structured data to a Weaviate Vector Database and unlock powerful s

In this article we will talk about some of these important features.

- This article includes a ready-to-use Swift app and all the code.
- This article includes a ready-to-use Swift app and all the code. Download it from the Git repo [here](https://github.com/weaviate/BookRecs/tree/main/blog-resources/Search-With-Benefits.swiftpm).
- You can run the code in a Swift Playground, which is an interactive learning environment for Swift.
- By running the code in the Playground, you can experiment with Swift and try out different ideas.

Expand Down
2 changes: 1 addition & 1 deletion authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ victoria:
image_url: /img/people/icon/victoria.png
adam:
name: Adam Chan
title: Developer Relations Engineer
title: Developer Growth Engineer
url: https://www.linkedin.com/in/itsajchan/
image_url: /img/people/icon/adam.png
asdine:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ Each article is designed to be followed in the following sequence.
1. [Running Python on your Mac](/apple-and-weaviate/apple-apps-part-3). The basics on running python on your Mac.
1. [External Builder (Xcode) for Python](/apple-and-weaviate/apple-apps-part-4). Using Xcode External Builder to run python scripts.
1. [Create and Load Cluster](/apple-and-weaviate/apple-apps-part-5). Create and load a Weaviate Cluster.
Special Thanks

These articles are based on Adam Chan’s Book Recommendation project.
These articles are based on Adam Chan’s Book Recommendation project found at this Git repo [here](https://github.com/weaviate/BookRecs).


https://github.com/weaviate/BookRecs

Without his collaboration and support these articles would not have been possible.

Expand Down
6 changes: 3 additions & 3 deletions static/data/people.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
},
{
"name": "Adam Chan",
"title": "Developer Advocate",
"title": "Developer Growth Engineer",
"photo": "adam.jpg",
"linkedin": "adam-jeremy-chan",
"twitter": "aj__chan",
"linkedin": "itsajchan",
"twitter": "itsajchan",
"team": "developer-growth"
},
{
Expand Down

0 comments on commit 7e45c03

Please sign in to comment.