We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4782c commit 9881192Copy full SHA for 9881192
ReadMe.md
@@ -39,6 +39,7 @@ The framework is compatible with the llama.cpp server, llama-cpp-python and its
39
- **RAG - Retrieval Augmented Generation**: Perform retrieval augmented generation with colbert reranking.
40
- **Agent Chains**: Process text using agent chains with tools, supporting Conversational, Sequential, and Mapping Chains.
41
- **Compatibility**: Works with python functions, pydantic tools, llama-index tools, and OpenAI tool schemas.
42
+- **Multiple Providers**: Works with llama-cpp-python, llama.cpp server, TGI server and vllm server as provider!
43
- **Flexibility**: Suitable for various applications, from casual chatting to specific function executions.
44
45
## Installation
0 commit comments