-
Notifications
You must be signed in to change notification settings - Fork 620
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
Clear Bank Does Not Work for AgentStore Example #104
Comments
Thanks! This is a missing functionality in our llama-stack server to implement "delete" for memory_banks. To fix:
|
Thanks. How can I enable the RAG for both When I launched the command
|
Unfortunately, the error outputs on client is very general (cc @dineshyv who is making improvements on error handling). Could you share the error message from the server side? |
System Info
Python version: 3.10.12
Pytorch version:
llama_models version: 0.0.45
llama_stack version: 0.0.45
llama_stack_client version: 0.0.47
Hardware: 1xH100 (80GB VRAM/GPU)
Information
🐛 Describe the bug
Running the following commands to create the memory bank and launch the app:
llama-stack-client memory_banks list
shows the available banks arememory_bank
andlive_bank
, butlive_bank
can not be cleared with theClear Bank
button.Error logs
The memory banks stay the same after clicking
Clear Bank
button. Basically, thellama-stack-client memory_banks list
shows the same memory banks even after clickingClear Bank
button.Expected behavior
Expect that the
Clear Bank
button will remove/un-register the live_bank (dynamic bank) and keep memory_bank (static bank). Hope this can be fixed, or at least, could you share any command line to manually clear/remove/un-register the memory bank?The text was updated successfully, but these errors were encountered: