Skip to content

Commit

Permalink
fix doc syntactic error
Browse files Browse the repository at this point in the history
  • Loading branch information
eric9204 committed Dec 4, 2024
1 parent 112d307 commit 9d771de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/understanding/extraction/structured_llms.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Invoice(BaseModel):
If this is your first time using LlamaIndex, let’s get our dependencies:

- `pip install llama-index-core llama-index-llms-openai` to get the LLM (we’ll be using OpenAI for simplicity, but you can always use another one)
- Get an OpenAI API key and set it an an environment variable called `OPENAI_API_KEY`
- Get an OpenAI API key and set it as an environment variable called `OPENAI_API_KEY`
- `pip install llama-index-readers-file` to get the PDFReader
- Note: for better parsing of PDFs, we recommend [LlamaParse](https://docs.cloud.llamaindex.ai/llamaparse/getting_started)

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/understanding/putting_it_all_together/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ LlamaIndex provides core modules capable of automated reasoning for different us

- [Chat Engines How-To](../../module_guides/deploying/chat_engines/index.md)

## Using LlamaIndex as as Tool within an Agent Framework
## Using LlamaIndex as a Tool within an Agent Framework

LlamaIndex can be used as as Tool within an agent framework - including LangChain, ChatGPT. These integrations are described below.
LlamaIndex can be used as a Tool within an agent framework - including LangChain, ChatGPT. These integrations are described below.

### LangChain

Expand Down

0 comments on commit 9d771de

Please sign in to comment.