index proper field

This commit is contained in:
bracesproul
2025-04-11 14:26:53 -07:00
parent bcde83d2aa
commit 0ba3356f85
+1 -1
View File
@@ -9,7 +9,7 @@
"index": {
"embed": "openai:text-embedding-3-large",
"dims": 3072,
"fields": ["$"]
"fields": ["input"]
}
}
}