title | app_file | sdk | sdk_version |
---|---|---|---|
vector-search-hood |
main.py |
gradio |
4.42.0 |
pip install -r requirements.txt
{
"mappings": {
"dynamic": true,
"fields": {
"plot_embedding": {
"dimensions": 384, //dimension gotten from size of array of the embedding from hugging face
"similarity": "dotProduct",
"type": "knnVector"
}
}
}
}
run the functions as follows
python main.py