Ben Chuanlong Du's Blog

It is never too late to learn.

LLM in Rust

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

  • llm

    llm is an ecosystem of Rust libraries for working with large language models - it's built on top of the fast, efficient GGML library for machine learning.

  • llama2.rs

  • llama-node

  • rllama …

Tips on NotebookLM

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

No, not directly in the way you might hope (i.e., pasting a URL and having it automatically fetch and parse the article content as a source). NotebookLM is designed to …

Prompt Engineering for LLM Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Tips and Traps

  1. set temporature

  2. give some examples

  3. leverage built tools provided by LLM products. For example, Google AI Studio provides tools

    • grounding with google search, etc.

Tools for Generating and …

Retrieval-Augmented Generation for LLM

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

What is RAG

What is retrieval-augmented generation? https://research.ibm.com/blog/retrieval-augmented-generation-RAG

What is retrieval-augmented generation? @ YouTube https://www.youtube.com/watch?v=T-D1OfcDW1M

LLM and Robotics

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Awesome-LLM-Robotics https://github.com/GT-RIPL/Awesome-LLM-Robotics