Fix readme typo

This commit is contained in:
Javier Torres
2024-09-10 17:48:08 -05:00
committed by GitHub
parent 386093670f
commit 4bdfda5a69
+2 -2
View File
@@ -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.
@@ -64,4 +64,4 @@ foreach(var document in documents)
{
Console.WriteLine(document);
}
```
```