Skip to content

Commit

Permalink
Update structure
Browse files Browse the repository at this point in the history
  • Loading branch information
prrao87 committed Jan 6, 2024
1 parent 9936d2e commit 832960c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ homepage_layout = "about" # "about" | "list"

sections = [
{ name = "blog", path = "/posts", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
{ name = "talks", path = "/talks", is_external = false },
{ name = "projects", path = "/projects", is_external = false },
]
blog_section_path = "/posts"

Expand Down
4 changes: 2 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lang = 'en'

## Hello! 👋🏽

I'm an A.I. engineer with a passion for building intelligent, automated applications using a range of databases, tools and frameworks. My primary interests include database systems, Natural Language Processing (NLP), information extraction, machine learning and reasoning over knowledge graphs.
I'm an A.I. engineer with a passion for building intelligent, automated applications using a range of databases, tools and frameworks. My primary interests include database systems, data modelling paradigms, Natural Language Processing (NLP), machine learning and reasoning over knowledge graphs.

I'm based in Toronto 🇨🇦, and have previously lived in Vancouver 🇨🇦, London 🇬🇧 and Ann Arbor, Michigan 🇺🇸. I love writing technical content and digging into the internals of tools and frameworks, typically in Python and Rust. I'm also a big fan of open source software and open knowledge-sharing. If you like what you're reading in the [blog](./posts), consider [buying me a coffee](https://www.buymeacoffee.com/prrao87). 🫶🏼

This site is built using [Zola](https://github.com/getzola/zola), a fast, lightweight static site generator written in Rust. I hope you have fun reading, and let's go build more things in Rust! 🦀
This site is built using [Zola](https://github.com/getzola/zola), a fast, lightweight static site generator written in Rust. I hope you have fun reading, and let's go build more things in Rust! 🦀
12 changes: 6 additions & 6 deletions content/talks/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ comment = false

# Podcasts

## Engineer your Career (EYC) Podcast

### [#12 Prashanth Rao – Data Science from Mechanical Engineering](https://www.eycpodcast.com/podcast/episode-12/)

> In this episode, we talk to Prashanth Rao a Data Scientist and Software Developer in Vancouver, Canada. In our conversation with Prashanth, we talk about what it was like for him to transition from mechanical engineering to data science as well as hear some great approaches to being a better lifelong learner.
## Practical AI Podcast

### [#234 Vector databases (beyond the hype) ](https://changelog.com/practicalai/234)

> There’s so much talk (and hype) these days about vector databases. We thought it would be timely and practical to have someone on the show that has been hands on with the various options and actually tried to build applications leveraging vector search. Prashanth Rao is a real practitioner that has spent and huge amount of time exploring the expanding set of vector database offerings. After introducing vector database and giving us a mental model of how they fit in with other datastores, Prashanth digs into the trade offs as related to indices, hosting options, embedding vs. query optimization, and more.
## Engineer your Career (EYC) Podcast

### [#12 Prashanth Rao – Data Science from Mechanical Engineering](https://www.eycpodcast.com/podcast/episode-12/)

> In this episode, we talk to Prashanth Rao a Data Scientist and Software Developer in Vancouver, Canada. In our conversation with Prashanth, we talk about what it was like for him to transition from mechanical engineering to data science as well as hear some great approaches to being a better lifelong learner.

0 comments on commit 832960c

Please sign in to comment.