Skip to content

August 2024

[Paper Reading] RAGAS: Automated Evaluation of Retrieval Augmented Generation

Last Updated on 2024-08-10 by Clay

Introduction

The year 2023 witnessed an explosion of generative AI technologies, with a myriad of applications emerging across various domains. In the field of Natural Language Processing (NLP), Large Language Models (LLMs) stand out as one of the most significant advancements. By training LLMs effectively and reducing hallucinations, they can significantly reduce human effort across a wide range of tasks.

Read More »[Paper Reading] RAGAS: Automated Evaluation of Retrieval Augmented Generation

Using CuPy to Accelerate Matrix Operations with GPU

Last Updated on 2024-08-07 by Clay

Introduction

CuPy is an open-source GPU-accelerated numerical computation library designed for deep learning and scientific computing. It shares many of the same methods and functions as the popular NumPy package in Python but extends its capabilities to perform computations on the GPU. In short, tasks that can benefit from parallel computation on the GPU, such as matrix operations, can achieve significant acceleration with CuPy.

Read More »Using CuPy to Accelerate Matrix Operations with GPU

[Linux] Using SSH to Set Up SOCKS Proxy Port for Firefox to Browse the Web via Remote Server IP

Last Updated on 2024-08-06 by Clay

If we happen to have several remote servers with different IPs and wish to browse the web through these different IPs (for example, some services may not support local or national access), we can use SOCKS proxy ports and configure Firefox to browse the web using the IPs of these remote servers without needing to install other VPN tools.

Read More »[Linux] Using SSH to Set Up SOCKS Proxy Port for Firefox to Browse the Web via Remote Server IP

[Linux] Using Nginx to Reverse Proxy and Forward Service Requests to Different Ports on a Single Port

Last Updated on 2024-08-04 by Clay

Introduction

Nginx is a high-performance HTTP server and reverse proxy server often used for web traffic management, load balancing, and HTTP caching. This article focuses on how to configure Nginx to route different API requests to the corresponding services.

Read More »[Linux] Using Nginx to Reverse Proxy and Forward Service Requests to Different Ports on a Single Port
Exit mobile version