Skip to content

Commit b69b551

Browse files
authored
clarify use cases (#711)
1 parent 1e4927a commit b69b551

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

β€ŽREADME.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,22 @@ developers to build applications that they previously could not.
1515
But using these LLMs in isolation is often not enough to
1616
create a truly powerful app - the real power comes when you can combine them with other sources of computation or knowledge.
1717

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)
1934

2035
## πŸ“– Documentation
2136

β€Ždocs/index.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,22 @@ But using these LLMs in isolation is often not enough to
77
create a truly powerful app - the real power comes when you are able to
88
combine them with other sources of computation or knowledge.
99

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>`_
1126

1227
Getting Started
1328
----------------

0 commit comments

Comments
Β (0)