8 lines
198 B
JSON
8 lines
198 B
JSON
{
|
|
"embedding_endpoint_type": "openai",
|
|
"embedding_endpoint": "https://api.openai.com/v1",
|
|
"embedding_model": "text-embedding-3-small",
|
|
"embedding_dim": 1536,
|
|
"embedding_chunk_size": 300
|
|
}
|