Rust + ChatGPT-4 = This!

Manpreet Singh
2 min readMar 22, 2023

Welcome back! Rust is an awesome programming language with a ton of capability, so let’s take a look at another Rust project! This specific project is a fast code search engine written with Rust! This specific project is called Bloop! Take a look at their GitHub page below to view this entire project:

This specific project is built around GPT-4, this is the latest model from OpenAI! Here is an example of how this project runs:

To get started on this project, you can download the application using the following link:

If you want to make sure you have everything you need to run this project, you can use the following git commands:

--

--