Describe the issue: Trying to run the code on this blog, https://opensearch.org/blog/deepseek-integration-rag/ and everything always works fine when creating index and indexing, but when I search I get the error: RequestError(400, ‘search_phase_execution_exception’, “failed to create query: Field ‘embedding’ is not knn_vector type.”)
Also is there any documentation that tells me what schema is followed to write the index and how to write the search mapping? (those dictionaries with seemingly arbitrary key:value)
Relevant Logs or Screenshots: RequestError(400, ‘search_phase_execution_exception’, “failed to create query: Field ‘embedding’ is not knn_vector type.”)