davidmezzetti commited on
Commit
6914b27
·
verified ·
1 Parent(s): 1b22974

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -23,6 +23,7 @@ List of applications.
23
  - Vector database with embeddings generation
24
  - [gpt-oss-20B](https://huggingface.co/unsloth/gpt-oss-20b-GGUF) LLM
25
  - [RAG pipeline](https://neuml.github.io/txtai/pipeline/text/rag/) that joins vector search with the LLM
 
26
 
27
  ## Start an application
28
 
 
23
  - Vector database with embeddings generation
24
  - [gpt-oss-20B](https://huggingface.co/unsloth/gpt-oss-20b-GGUF) LLM
25
  - [RAG pipeline](https://neuml.github.io/txtai/pipeline/text/rag/) that joins vector search with the LLM
26
+ - [Translation](./translate.yml): Translates input text to the target language of choice. Automatically detects input language and selects best translation model.
27
 
28
  ## Start an application
29