File tree Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Expand file tree Collapse file tree 2 files changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,22 @@ developers to build applications that they previously could not.
15
15
But using these LLMs in isolation is often not enough to
16
16
create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.
17
17
18
- This library is aimed at assisting in the development of those types of applications.
18
+ This library is aimed at assisting in the development of those types of applications. Common examples of these types of applications include:
19
+
20
+ ** β Question Answering over specific documents**
21
+
22
+ - [ Documentation] ( https://langchain.readthedocs.io/en/latest/use_cases/question_answering.html )
23
+ - End-to-end Example: [ Question Answering over Notion Database] ( https://github.com/hwchase17/notion-qa> )
24
+
25
+ ** π¬ Chatbots**
26
+
27
+ - [ Documentation] ( https://langchain.readthedocs.io/en/latest/use_cases/chatbots.html )
28
+ - End-to-end Example: [ Chat-LangChain] ( https://github.com/hwchase17/chat-langchain )
29
+
30
+ ** π€ Agents**
31
+
32
+ - [ Documentation] ( https://langchain.readthedocs.io/en/latest/use_cases/agents.html )
33
+ - End-to-end Example: [ GPT+WolframAlpha] ( https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain )
19
34
20
35
## π Documentation
21
36
Original file line number Diff line number Diff line change @@ -7,7 +7,22 @@ But using these LLMs in isolation is often not enough to
7
7
create a truly powerful app - the real power comes when you are able to
8
8
combine them with other sources of computation or knowledge.
9
9
10
- This library is aimed at assisting in the development of those types of applications.
10
+ This library is aimed at assisting in the development of those types of applications. Common examples of these types of applications include:
11
+
12
+ **β Question Answering over specific documents **
13
+
14
+ - `Documentation <./use_cases/question_answering.html >`_
15
+ - End-to-end Example: `Question Answering over Notion Database <https://github.com/hwchase17/notion-qa >`_
16
+
17
+ **π¬ Chatbots **
18
+
19
+ - `Documentation <./use_cases/chatbots.html >`_
20
+ - End-to-end Example: `Chat-LangChain <https://github.com/hwchase17/chat-langchain >`_
21
+
22
+ **π€ Agents **
23
+
24
+ - `Documentation <./use_cases/agents.html >`_
25
+ - End-to-end Example: `GPT+WolframAlpha <https://huggingface.co/spaces/JavaFXpert/Chat-GPT-LangChain >`_
11
26
12
27
Getting Started
13
28
----------------
You canβt perform that action at this time.
0 commit comments