Skip to content

Commit c16db27

Browse files
Nava-7moonbox3
andauthored
Python: Update README.md (#12737)
Update links due to renamed files ### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 --------- Co-authored-by: Evan Mattson <[email protected]>
1 parent 30391ad commit c16db27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/samples/concepts/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,8 @@
217217

218218
### RAG - Different ways of `RAG` (Retrieval-Augmented Generation)
219219

220-
- [RAG with Text Memory Plugin](./rag/rag_with_text_memory_plugin.py)
221-
- [Self-Critique RAG](./rag/self-critique_rag.py)
220+
- [RAG with Vector Collection](./rag/rag_with_vector_collection.py)
221+
- [Self-Critique RAG](./rag/self_critique_rag.py)
222222

223223
### Reasoning - Using [`ChatCompletion`](https://github.com/microsoft/semantic-kernel/blob/main/python/semantic_kernel/connectors/ai/chat_completion_client_base.py) to reason with OpenAI Reasoning
224224

0 commit comments

Comments
 (0)