mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-19 08:59:39 +00:00
parent
8e33db6015
commit
2e12c68a07
6 changed files with 13 additions and 77 deletions
|
|
@ -89,7 +89,6 @@ class VectorMemoryBank(MemoryBankResourceMixin):
|
|||
memory_bank_type: Literal[MemoryBankType.vector.value] = MemoryBankType.vector.value
|
||||
embedding_model: str
|
||||
chunk_size_in_tokens: int
|
||||
embedding_dimension: Optional[int] = 384 # default to minilm-l6-v2
|
||||
overlap_size_in_tokens: Optional[int] = None
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue