Files
letta-server/tests/configs/embedding_model_configs/azure_embed.json
Kian Jones b8e9a80d93 merge this (#4759)
* wait I forgot to comit locally

* cp the entire core directory and then rm the .git subdir
2025-09-17 15:47:40 -07:00

7 lines
143 B
JSON

{
"embedding_endpoint_type": "azure",
"embedding_model": "text-embedding-3-small",
"embedding_dim": 768,
"embedding_chunk_size": 300
}