Skip to content

Commit

Permalink
Update README.md (run-llama#19)
Browse files Browse the repository at this point in the history
* Update README.md

Fixed small typos in readme.

* Add pypdf in requirements.txt

I get this message "It appears that there is a missing dependency required to read PDF files. You will need to install pypdf to proceed. Please install it by running pip install pypdf in your environment, and let me know once that's done so we can continue with loading the files."
  • Loading branch information
alexfilothodoros authored Nov 24, 2023
1 parent d48426a commit af4fb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install -r requirements.txt
```

By default, we use OpenAI for both the builder agent as well as the generated RAG agent.
Please `.streamlit/secrets.toml` in the home folder.
Add `.streamlit/secrets.toml` in the home folder.

Then put the following:
```
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ llama-index==0.9.4
llama-hub==0.0.44
# NOTE: this is due to a trivial dependency in the web tool, will refactor
langchain==0.0.305
pypdf

0 comments on commit af4fb3a

Please sign in to comment.