Skip to content

Commit

Permalink
remove requirements.txt and small update of readme
Browse files Browse the repository at this point in the history
  • Loading branch information
paulparkinson committed Jul 14, 2024
1 parent 29c840a commit 755ba98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 217 deletions.
2 changes: 1 addition & 1 deletion python-rag-chatbot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- setup ~/.oci/config
- set yourcompartmentid
- podman run -d --name 23ai -p 1521:1521 -e ORACLE_PWD=Welcome12345 -v oracle-volume:/Users/pparkins/oradata container-registry.oracle.com/database/free:latest
- podman run -d --name 23ai -p 1521:1521 -e ORACLE_PWD=<password> -v oracle-volume:/Users/pparkins/oradata container-registry.oracle.com/database/free:latest
- create/config vector tablespace and user
- add oracle database info for use in init_rag_streamlit.py / init_rag_streamlit_exp.py
- run run_oracle_bot.sh /run_oracle_bot_exp.sh
Expand Down
216 changes: 0 additions & 216 deletions python-rag-chatbot/requirements.txt

This file was deleted.

0 comments on commit 755ba98

Please sign in to comment.