hoshingakag commited on
Commit
00cad52
1 Parent(s): 1871bfe
Files changed (1) hide show
  1. src/llamaindex_palm.py +1 -1
src/llamaindex_palm.py CHANGED
@@ -148,7 +148,7 @@ class LlamaIndexPaLM():
148
 
149
  self.service_context = ServiceContext.from_defaults(
150
  llm=self.llm,
151
- embed_model=self.embed_model,
152
  node_parser=self.node_parser,
153
  prompt_helper=self.prompt_helper,
154
  )
 
148
 
149
  self.service_context = ServiceContext.from_defaults(
150
  llm=self.llm,
151
+ embed_model=self.emb_model,
152
  node_parser=self.node_parser,
153
  prompt_helper=self.prompt_helper,
154
  )