Update README.md
Browse files
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 |
|