Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python: Bug: 06-memory-and-embeddings.ipynb The memory recall functionality in the chat implementation is not properly integrating with the stored financial information #11523

Open
steveregis opened this issue Apr 12, 2025 · 0 comments
Labels
bug Something isn't working python Pull requests for the Python Semantic Kernel triage

Comments

@steveregis
Copy link

The notebook implementation for memory and embeddings functionality is not working as expected. The memory recall functionality in the chat implementation is not properly integrating with the stored financial information

To Reproduce
Steps to reproduce the behavior:
Navigate to the python/samples/getting_started directory
Open 06-memory-and-embeddings.ipynb in Jupyter Notebook
Run the cells sequentially to set up the Semantic Kernel and memory
Attempt to use the chat functionality to query stored financial information
Observe that the memory recall is not working as expected

Expected behavior
The notebook should properly store and retrieve financial information from memory
The chat function should successfully search memory and incorporate relevant information into responses

Platform
Language: Python
Source: Semantic Kernel Python SDK (latest version)
AI model: OpenAI GPT-4
IDE: Jupyter Notebook
OS: macOS (darwin 24.4.0)

@steveregis steveregis added the bug Something isn't working label Apr 12, 2025
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels Apr 12, 2025
@github-actions github-actions bot changed the title Bug: 06-memory-and-embeddings.ipynb The memory recall functionality in the chat implementation is not properly integrating with the stored financial information Python: Bug: 06-memory-and-embeddings.ipynb The memory recall functionality in the chat implementation is not properly integrating with the stored financial information Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working python Pull requests for the Python Semantic Kernel triage
Projects
None yet
Development

No branches or pull requests

2 participants