ServiceContext.from_defaults(query_wrapper_prompt="bla")
is being ignored. Could there be something obvious I'm missing?{query_str}
query_wrapper_prompt= "Context information is below.\n" "---------------------\n" "{context_str}\n" "---------------------\n" "Given the context information and general knowledge, " "answer the query.\n" "Query: {query_str}\n" "Answer: "
index.as_query_engine()
. Do you know how I can find out what the arguments for that are? IDE has kwargs as Anyas_query_engine
and as_chat_engine
make it initially very easy, but the lower-level API offers clearer visibility into whats going on