11 lines
296 B
JSON
11 lines
296 B
JSON
|
|
{
|
||
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
|
"title": "Default Embedding Function Schema",
|
||
|
|
"description": "Schema for the default embedding function configuration",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"type": "object",
|
||
|
|
"properties": {},
|
||
|
|
"required": [],
|
||
|
|
"additionalProperties": false
|
||
|
|
}
|