forked from phoenix-oss/llama-stack-mirror
fix agent's embedding model config
This commit is contained in:
parent
f45705cd10
commit
45be9f3b85
1 changed files with 1 additions and 1 deletions
|
@ -627,7 +627,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
memory_bank = await self.memory_api.create_memory_bank(
|
||||
name=f"memory_bank_{session_id}",
|
||||
config=VectorMemoryBankConfig(
|
||||
embedding_model="sentence-transformer/all-MiniLM-L6-v2",
|
||||
embedding_model="all-MiniLM-L6-v2",
|
||||
chunk_size_in_tokens=512,
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue