Hemang Thakur commited on
Commit
5b90c30
·
1 Parent(s): d52df2e

removed neo4j and replaced with rustworkx

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -449,7 +449,6 @@ async def process_query(user_query: str, sse_queue: asyncio.Queue):
449
  state['graph_rag'].set_on_event_callback(on_event_callback)
450
 
451
  start = time.time()
452
- state['graph_rag'].initialize_schema()
453
  await state['graph_rag'].process_graph(
454
  user_query,
455
  similarity_threshold=0.8,
 
449
  state['graph_rag'].set_on_event_callback(on_event_callback)
450
 
451
  start = time.time()
 
452
  await state['graph_rag'].process_graph(
453
  user_query,
454
  similarity_threshold=0.8,