Skip to content

Commit 7124cad

Browse files
committed
More improvements in the chatbot README.md
1 parent 1d12baf commit 7124cad

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python-rag-chatbot/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
- check you config_rag.py file and make sure your api endpoint belong to chicago region and db which you want to use like chroma db or oracle db
1717
- set your compartment_id ocid inside the file i.e. init_rag_streamlit_exp.py and init_rag.py file
1818
- Changing the db type you need to modify at config file and you see the logic inside create_vector_store
19-
- 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
20-
- create/config vector tablespace and user
21-
- add oracle database info for use in init_rag_streamlit.py / init_rag_streamlit_exp.py
19+
- provide the username, password and dsn for the oracle 23ai DB
20+
- Inside the init_rag_streamlit_exp.py file method name i.e. OracleVS.from_documents, put your table name which you want. Currently the table name is oravs.
2221
- run ./run_oracle_bot_exp.sh
2322

2423

0 commit comments

Comments
 (0)