Files
letta-server/tests/configs/embedding_model_configs/letta-hosted.json
Matthew Zhou f8935282e1 fix: Fix a bunch of failing tests [LET-4065] (#4249)
* Finish fixing async loop for test_agent_serialization_v2

* Fix tests

* Remove rounding for sqlite

---------

Co-authored-by: Shubham Naik <shub@letta.com>
2025-08-27 12:48:03 -07:00

8 lines
189 B
JSON

{
"embedding_endpoint": "https://embeddings.letta.com",
"embedding_model": "letta-free",
"embedding_dim": 1536,
"embedding_chunk_size": 300,
"embedding_endpoint_type": "openai"
}