You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python-rag-chatbot/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,9 @@
16
16
- 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
17
17
- set your compartment_id ocid inside the file i.e. init_rag_streamlit_exp.py and init_rag.py file
18
18
- Changing the db type you need to modify at config file and you see the logic inside create_vector_store
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.
0 commit comments