Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmezzetti committed Nov 1, 2024
1 parent 73ae8c3 commit 077ea41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pipeline/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pipelines are run with Python or configuration. Pipelines can be instantiated in

## List of pipelines

The following is a list of the current pipelines available in txtai. All pipelines use default models when otherwise not specified. See the [model guide](../models) for the current model recommentations. All pipelines are designed to work with local models via the [Transformers library](https://github.com/huggingface/transformers).
The following is a list of the current pipelines available in txtai. All pipelines use default models when otherwise not specified. See the [model guide](../models) for the current model recommendations. All pipelines are designed to work with local models via the [Transformers library](https://github.com/huggingface/transformers).

The `LLM` and `RAG` pipelines also have integrations for [llama.cpp](https://github.com/abetlen/llama-cpp-python) and [hosted API models via LiteLLM](https://github.com/BerriAI/litellm). The `LLM` pipeline can be prompted to accomplish many of the same tasks (i.e. summarization, translation, classification).

Expand Down

0 comments on commit 077ea41

Please sign in to comment.