Skip to content

Commit ae68f59

Browse files
committed
Update RAG_Demo.md with correct GitHub links for demo and output
1 parent 09f9ace commit ae68f59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RAG_Demo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Retrieval-Augmented Generation (RAG) is a game-changer for AI-powered search and
3737
- Only new or modified files trigger fresh embedding calls.
3838

3939
## See it in action:
40-
- [RAGComponentsDemo.java (Test Class)](https://github.com/your-org/your-repo/blob/main/src/main/java/org/k11techlab/framework/ai/rag/demo/RAGComponentsDemo.java)
41-
- [Sample Output (Cache Hits!)](https://github.com/your-org/your-repo/blob/main/RAGComponentsDemo_output.txt)
40+
* [RAGComponentsDemo.java (Test Class)](https://github.com/K11-Software-Solutions/k11TechLab-selenium-java-fullstack-framework/blob/main/src/main/java/org/k11techlab/framework/ai/rag/demo/RAGComponentsDemo.java)
41+
* [Sample Output (Cache Hits!)](https://github.com/K11-Software-Solutions/k11TechLab-selenium-java-fullstack-framework/blob/main/RAGComponentsDemo_output.txt)
4242

4343
## Sample Output
4444
```text

0 commit comments

Comments
 (0)