unstage changes
This commit is contained in:
parent
cdd5f45ae1
commit
f6a907911d
|
|
@ -28,5 +28,7 @@ dev = [
|
||||||
"beir>=2.2.0",
|
"beir>=2.2.0",
|
||||||
"jupyter>=1.1.1",
|
"jupyter>=1.1.1",
|
||||||
"langfuse>=3.14.4",
|
"langfuse>=3.14.4",
|
||||||
|
"mteb>=2.8.8",
|
||||||
|
"polars>=1.38.1",
|
||||||
"ruff>=0.15.1",
|
"ruff>=0.15.1",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -369,7 +369,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cell_type": "code",
|
"cell_type": "code",
|
||||||
"execution_count": 15,
|
"execution_count": null,
|
||||||
"id": "74c0a377",
|
"id": "74c0a377",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [
|
"outputs": [
|
||||||
|
|
@ -412,7 +412,7 @@
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"response = es.search(\n",
|
"response = es.search(\n",
|
||||||
" index=ES_INDEX_NAME,\n",
|
" index=ES_INDEX_NAME,################dfdfdfasdad\n",
|
||||||
" body={\n",
|
" body={\n",
|
||||||
" \"query\": {\"match_all\": {}},\n",
|
" \"query\": {\"match_all\": {}},\n",
|
||||||
" \"size\": 10 \n",
|
" \"size\": 10 \n",
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue