Skip to content
Snippets Groups Projects
Unverified Commit af703427 authored by wolfganghuse's avatar wolfganghuse Committed by GitHub
Browse files

fix wrong metadata assignment in MilvusProvider (#2870)

fixed wrong metadata assignment
parent d54b5dfc
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@ const Milvus = {
data: chunk.map((item) => ({
id: item.id,
vector: item.values,
metadata: chunk.metadata,
metadata: item.metadata,
})),
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment