Skip to content

Commit

Permalink
Merge pull request #8 from run-llama/javier/fix-readme-typo
Browse files Browse the repository at this point in the history
Fix readme typo
  • Loading branch information
logan-markewich authored Sep 10, 2024
2 parents 3860936 + 4bdfda5 commit 14dc803
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ At this time, the following are supported:

[LlamaIndex](https://llamaindex.ai/) is a data framework for LLM applications.

[LlamaCloud](https://docs.llamaindex.ai/en/stable/llama_cloud/) is a managed platfor for data parsing and ingestion. It consists of the following components:
[LlamaCloud](https://docs.llamaindex.ai/en/stable/llama_cloud/) is a managed platform for data parsing and ingestion. It consists of the following components:

- [**LlamaParse**](https://docs.llamaindex.ai/en/stable/llama_cloud/llama_parse/): self-serve document parsing API
- **Ingestion and Retreival API**: Connect to 10+ data sources and sinks. Easily setup a data pipeline that can handle large volumes of data and incremental updates.
Expand Down Expand Up @@ -64,4 +64,4 @@ foreach(var document in documents)
{
Console.WriteLine(document);
}
```
```

0 comments on commit 14dc803

Please sign in to comment.