fix: Fix letta-free embeddings (#4055)

This commit is contained in:
Matthew Zhou
2025-08-20 13:33:31 -07:00
committed by GitHub
parent 647cc64814
commit 4fb0fe28b7
4 changed files with 39 additions and 10 deletions

View File

@@ -148,9 +148,9 @@ def create_test_agent(name, actor, test_id: Optional[str] = None, model="anthrop
dummy_embedding_config = EmbeddingConfig(
embedding_model="letta-free",
embedding_endpoint_type="hugging-face",
embedding_endpoint="https://bun-function-production-e310.up.railway.app/v1",
embedding_dim=1024,
embedding_endpoint_type="openai",
embedding_endpoint="https://embeddings.letta.com/",
embedding_dim=1536,
embedding_chunk_size=300,
handle="letta/letta-free",
)