Skip to content

Commit

Permalink
AI: add section for building LLM powered applications
Browse files Browse the repository at this point in the history
Change-Id: Ifad2abaafc7120279d11dbda6a761948807b728a
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/621600
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
ansaba committed Oct 24, 2024
1 parent e391dcb commit 2146f6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ actual AI computation will be done on the local machine.

Here is a [complete small example of using Ollama from Go](https://eli.thegreenplace.net/2023/using-ollama-with-langchaingo/).

## How do I build LLM-powered applications in Go?

To learn how to build an application with different LLM frameworks, take a look at
[how to build a RAG server using various LLM frameworks](https://go.dev/blog/llmpowered).

## How do I manage prompts in Go?

The message sent to an LLM service is referred to as a _prompt_.
Expand Down

0 comments on commit 2146f6c

Please sign in to comment.