From c71f2a7b2658950265851494040573533c5390fa Mon Sep 17 00:00:00 2001
From: Ankush Gola <9536492+agola11@users.noreply.github.com>
Date: Mon, 27 Mar 2023 00:15:24 -0400
Subject: [PATCH] small nit on index page (#2018)
---
docs/index.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/index.rst b/docs/index.rst
index f7ff4e52..10459873 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -4,9 +4,9 @@ Welcome to LangChain
LangChain is a framework for developing applications powered by language models. We believe that the most powerful and differentiated applications will not only call out to a language model via an API, but will also:
- *Be data-aware*: connect a language model to other sources of data
-- *Be agentic*: Allow a language model to interact with its environment
+- *Be agentic*: allow a language model to interact with its environment
-The LangChain framework is designed with above objectives in mind.
+The LangChain framework is designed with the above principles in mind.
This is the Python specific portion of the documentation. For a purely conceptual guide to LangChain, see `here `_. For the JavaScript documentation, see `here `_.