Docfile commited on
Commit
566ee54
·
verified ·
1 Parent(s): 61bc754

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -52,7 +52,8 @@ encode_kwargs = {'normalize_embeddings': True}
52
 
53
  from llama_index.core import Settings
54
 
55
- embed_model = InstructorEmbedding(model_name=model_name)
 
56
  Settings.embed_model = embed_model
57
  Settings.chunk_size = 512
58
  llm= LLM = G4FLLM(
 
52
 
53
  from llama_index.core import Settings
54
 
55
+ embed_model = InstructorEmbedding()
56
+
57
  Settings.embed_model = embed_model
58
  Settings.chunk_size = 512
59
  llm= LLM = G4FLLM(