-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🚧 fix(wip): check for duplicates in milvus
- Loading branch information
1 parent
16fc843
commit 883f6d3
Showing
2 changed files
with
22 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,9 @@ | |
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 1, | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"\u001b[92m🌊 SUCCESS: connected successfully to 192.168.2.69\u001b[0m\n" | ||
] | ||
} | ||
], | ||
"outputs": [], | ||
"source": [ | ||
"from magnet.ize import memory\n", | ||
"config = {\n", | ||
|
@@ -35,35 +27,9 @@ | |
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": 2, | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"\u001b[96m☕️ WAIT: connecting to my-user:[email protected]\u001b[0m\n", | ||
"\u001b[92m🌊 SUCCESS: connected to my-user:[email protected]\u001b[0m\n", | ||
"\u001b[94mℹ️ INFO: consuming delta from [nlp_chunks_deduped] on\n", | ||
"🛰️ stream: documents\n", | ||
"🧲 session: \"bge_nlp_deduped_embedder\"\u001b[0m\n" | ||
] | ||
}, | ||
{ | ||
"name": "stderr", | ||
"output_type": "stream", | ||
"text": [ | ||
"RPC error: [batch_insert], <ParamError: (code=1, message=invalid input, length of string exceeds max length. length: 94908, max length: 65535)>, <Time:{'RPC start': '2023-12-23 17:44:57.461964', 'RPC error': '2023-12-23 17:44:57.462059'}>\n" | ||
] | ||
}, | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"\u001b[91m☠️ FATAL: <ParamError: (code=1, message=invalid input, length of string exceeds max length. length: 94908, max length: 65535)>\u001b[0m\n" | ||
] | ||
} | ||
], | ||
"outputs": [], | ||
"source": [ | ||
"from magnet.ic import field\n", | ||
"reso = field.Resonator(\"my-user:[email protected]\")\n", | ||
|
@@ -77,15 +43,7 @@ | |
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": {}, | ||
"outputs": [ | ||
{ | ||
"name": "stdout", | ||
"output_type": "stream", | ||
"text": [ | ||
"\u001b[93m🚨 WARN: bge_nlp_deduped deleted\u001b[0m\n" | ||
] | ||
} | ||
], | ||
"outputs": [], | ||
"source": [ | ||
"# index.delete(name=\"bge_nlp_deduped\")" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters