llama-stack-mirror/llama_stack/providers/remote
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
..
agents [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
datasetio [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
inference [ez] structured output for /completion ollama & enable tests (#822) 2025-01-21 21:10:24 -08:00
safety [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
tool_runtime Add provider data passing for library client (#750) 2025-01-13 15:12:10 -08:00
vector_io [memory refactor][1/n] Rename Memory -> VectorIO, MemoryBanks -> VectorDBs (#828) 2025-01-22 09:59:30 -08:00
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00