Awei

Results 1 issues of Awei

Failed to extract entities and relationships from chunk during call to GraphRAG method to build KG when using llama3:8b by Ollama ``` async def _extract_records_from_chunk(self, chunk_info: TextChunk): context = self._build_context_for_entity_extraction(chunk_info.content)...