From aa815d580c2133af1ea6948decded27681fb5ce9 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Wed, 22 Nov 2023 18:17:49 -0500 Subject: [PATCH] docs: Link to langchain docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c44a639..0e28d74 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package provides: - Low-level access to C API via `ctypes` interface. - High-level Python API for text completion - OpenAI-like API - - LangChain compatibility + - [LangChain compatibility](https://python.langchain.com/docs/integrations/llms/llamacpp) Documentation is available at [https://llama-cpp-python.readthedocs.io/en/latest](https://llama-cpp-python.readthedocs.io/en/latest).