Skip to content

Commit 935a49a

Browse files
authored
Update README to remove sensitive file warnings
Removed notes about not committing sensitive files to GitHub.
1 parent 9109ec1 commit 935a49a

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

  • ai/generative-ai-service/reranker-rag-demo

ai/generative-ai-service/reranker-rag-demo/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,6 @@ $env:HOST="127.0.0.1"
219219
$env:PORT="4173"
220220
```
221221

222-
Do not commit your OCI private key, local OCI config, or secrets to GitHub.
223-
224222
## Run Locally
225223

226224
```powershell
@@ -318,9 +316,3 @@ python server.py
318316

319317
That can happen when vector search already ranks the best passage first. Use the compound preset questions or add overlapping KB chunks to make the reranking effect easier to demonstrate.
320318

321-
## Notes for GitHub
322-
323-
Do not commit OCI config files, private keys, `.env` files, or personal OCIDs. This demo reads sensitive deployment values from environment variables or your local OCI config at runtime.
324-
325-
The app is intentionally simple: no build step, no frontend framework, and no database. It is meant to be a clear demo asset for explaining why reranking improves RAG retrieval quality.
326-

0 commit comments

Comments
 (0)