Docfile commited on
Commit
feb92a2
·
verified ·
1 Parent(s): 3a1b2a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from langchain.llms.base import LLM
14
  from llama_index.llms.langchain import LangChainLLM
15
  from langchain_g4f import G4FLLM
16
 
17
- from llama_index import (
18
  ServiceContext,
19
  SimpleDirectoryReader,
20
  StorageContext,
 
14
  from llama_index.llms.langchain import LangChainLLM
15
  from langchain_g4f import G4FLLM
16
 
17
+ from llama_index.core import (
18
  ServiceContext,
19
  SimpleDirectoryReader,
20
  StorageContext,