File "C:\Users\54978\coding_projects\RAG_AWS_Neptune\main.py", line 43, in <module> index = KnowledgeGraphIndex.from_documents( documents=documents,
^^^^^^ File "C:\Users\54978\OneDrive - ITC INFOTECH INDIA LIMITED\coding_projects\RAG_AWS_Neptune\venv\Lib\site-packages\llama_index\llms\bedrock\utils.py", line 157, in get_request_body if len(prompt) > 0 and prompt[0]["role"] == "system": ~~~~~^^^^^^^^ TypeError: string indices must be integers, not 'str'