Spaces:
Running
Running
hoshingakag
commited on
Commit
•
00cad52
1
Parent(s):
1871bfe
fix v0.1
Browse files- 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.
|
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 |
)
|