syaikhipin commited on
Commit
ba09668
·
verified ·
1 Parent(s): a052739

Update logic.py

Browse files
Files changed (1) hide show
  1. logic.py +1 -1
logic.py CHANGED
@@ -2,7 +2,7 @@ import kuzu
2
  import logging
3
  import sys
4
  import os
5
-
6
  #import llama_index
7
  from llama_index.graph_stores import KuzuGraphStore
8
  from llama_index import (
 
2
  import logging
3
  import sys
4
  import os
5
+ from llama_index.llms import OpenAI
6
  #import llama_index
7
  from llama_index.graph_stores import KuzuGraphStore
8
  from llama_index import (