bstraehle commited on
Commit
1b00820
·
1 Parent(s): 4ba26b3

Update rag_llamaindex.py

Browse files
Files changed (1) hide show
  1. rag_llamaindex.py +1 -1
rag_llamaindex.py CHANGED
@@ -68,7 +68,7 @@ class LlamaIndexRAG(BaseRAG):
68
  return ServiceContext.from_defaults(
69
  #chunk_overlap = config["chunk_overlap"],
70
  #chunk_size = config["chunk_size"],
71
- #embed_model = OpenAIEmbedding(), # embed
72
  llm = self.get_llm(config)
73
  )
74
 
 
68
  return ServiceContext.from_defaults(
69
  #chunk_overlap = config["chunk_overlap"],
70
  #chunk_size = config["chunk_size"],
71
+ embed_model = OpenAIEmbedding(), # embed
72
  llm = self.get_llm(config)
73
  )
74