json.decoder.JSONDecodeError: Expecting ',' delimiter: line 1 column 73 char 72
when I try to load metadata of source nodes from a response response.source_nodes[i].node.metadata
- how can I fix this? .-. LLM must be of type "OpenAI"
. If I tried using AzureOpenAI from llama_index.LLMs - must provide engine or deployment_id parameter to create a <class 'openai.api_resources.chat_completion.ChatCompetion'.
Does llama index have a ChatOpenAI? or is there anyway to use ChatOpenAI from langchain with OpenAIAgent?get_text_embedding
: InvalidArgument: [ONNXRuntimeError] : 2 : INVALID_ARGUMENT : Invalid Feed Input Name:token_type_ids
. No clue how to debug and fix this, tried looking it up online to understand little to nothing about this