{
"settings": {
"index": {
"knn": true,
"knn.algo_param.ef_search": 100
}
},
"mappings": {
"properties": {
"record_id": {
"type": "text"
},
"element_id": {
"type": "keyword"
},
"text": {
"type": "text"
},
"embeddings": {
"type": "dense_vector",
"dims": 384,
"index": true,
"similarity": "cosine"
},
"metadata": {
"type": "object",
"properties": {
"parent_id": {
"type": "text"
},
"page_number": {
"type": "integer"
},
"is_continuation": {
"type": "boolean"
},
"orig_elements": {
"type": "text"
},
"partitioner_type": {
"type": "text"
}
}
}
}
}
}
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4