llama-stack/llama_stack/distribution/routers
Ashwin Bharambe 3ae8585b65
[memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828)
See https://github.com/meta-llama/llama-stack/issues/827 for the broader
design.

This is the first part:

- delete other kinds of memory banks (keyvalue, keyword, graph) for now;
we will introduce a keyvalue store API as part of this design but not
use it in the RAG tool yet.
- renaming of the APIs
2025-01-22 09:59:30 -08:00
..
__init__.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
routers.py remove conflicting default for tool prompt format in chat completion (#742) 2025-01-10 10:41:53 -08:00
routing_tables.py [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00