From 9a11e0edcd7e279c40d16eda4098166bd78ab1bc Mon Sep 17 00:00:00 2001 From: Antonio Pisani Date: Tue, 4 Mar 2025 08:12:47 -0600 Subject: [PATCH] docs:Add SWI-Prolog for langchain-prolog (#30081) Some users have complained that t is not clear that SWI-Prolog must be installed before installing langchain-prolog. --- docs/docs/integrations/providers/prolog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/integrations/providers/prolog.md b/docs/docs/integrations/providers/prolog.md index 2b4731d13b4..7d908a60679 100644 --- a/docs/docs/integrations/providers/prolog.md +++ b/docs/docs/integrations/providers/prolog.md @@ -4,7 +4,7 @@ SWI-Prolog offers a comprehensive free Prolog environment. ## Installation and Setup -Install lanchain-prolog using pip: +Once SWI-Prolog has been installed, install lanchain-prolog using pip: ```bash pip install langchain-prolog ```