Skip to content

Commit

Permalink
better explanations in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
fm1320 committed Dec 29, 2024
1 parent a7f055c commit 27d115b
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions docs/source/tutorials/rag_with_memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,17 @@ Quick Start
Example Usage
-----------

Here are some example queries you can try:

.. code-block:: text
"What does the RAG class do?"
"Can you explain how the memory system works?"
"Show me the implementation of text splitting"
"How is the conversation context maintained?"
1. **Demo Version (app.py)**
- Ask about Alice (software engineer)
- Ask about Bob (data scientist)
- Ask about the company cafeteria
- Test memory with follow-up questions

2. **Repository Analysis (app_repo.py)**
- Enter your repository path
- Click "Load Repository"
- Ask questions about classes, functions, or code structure
- View implementation details in expandable sections

Implementation Details
-------------------
Expand Down

0 comments on commit 27d115b

Please sign in to comment.