Skip to content

Commit d652549

Browse files
authored
slight cleanup (run-llama#10064)
1 parent fc0afea commit d652549

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Discord: https://discord.gg/dGcwcsnxhU.
2121

2222
### Ecosystem
2323

24-
- LlamaHub (community library of data loaders): https://llamahub.ai
25-
- LlamaLab (cutting-edge AGI projects using LlamaIndex): https://github.com/run-llama/llama-lab
24+
- LlamaHub (community library of data loaders): https://llamahub.ai.
25+
- LlamaLab (cutting-edge AGI projects using LlamaIndex): https://github.com/run-llama/llama-lab.
2626

2727
## 🚀 Overview
2828

@@ -39,7 +39,7 @@ We need a comprehensive toolkit to help perform this data augmentation for LLMs.
3939

4040
That's where **LlamaIndex** comes in. LlamaIndex is a "data framework" to help you build LLM apps. It provides the following tools:
4141

42-
- Offers **data connectors** to ingest your existing data sources and data formats (APIs, PDFs, docs, SQL, etc.)
42+
- Offers **data connectors** to ingest your existing data sources and data formats (APIs, PDFs, docs, SQL, etc.).
4343
- Provides ways to **structure your data** (indices, graphs) so that this data can be easily used with LLMs.
4444
- Provides an **advanced retrieval/query interface over your data**: Feed in any LLM input prompt, get back retrieved context and knowledge-augmented output.
4545
- Allows easy integrations with your outer application framework (e.g. with LangChain, Flask, Docker, ChatGPT, anything else).

0 commit comments

Comments
 (0)