Docfile commited on
Commit
4fae062
·
verified ·
1 Parent(s): feb92a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ from llama_index.core import (
22
  set_global_service_context,
23
  )
24
  from llama_index.llms import Gemini
25
- from llama_index.embeddings import GeminiEmbedding
26
  import g4f
27
  g4f.debug.logging = True
28
 
 
22
  set_global_service_context,
23
  )
24
  from llama_index.llms import Gemini
25
+ from llama_index.embeddings.gemini import GeminiEmbedding
26
  import g4f
27
  g4f.debug.logging = True
28