Docfile commited on
Commit
f85c447
Β·
verified Β·
1 Parent(s): 9fee862

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,9 +16,9 @@ from llama_index.core import (
16
  )
17
 
18
 
19
- #from langchain.embeddings import HuggingFaceEmbeddings, HuggingFaceInstructEmbeddings
20
  #from llama_index.embeddings.huggingface import HuggingFaceInstructEmbeddings
21
- from langchain_community.embeddings import HuggingFaceInstructEmbeddings
22
 
23
 
24
  from g4f import Provider, models
 
16
  )
17
 
18
 
19
+ from langchain.embeddings import HuggingFaceEmbeddings, HuggingFaceInstructEmbeddings
20
  #from llama_index.embeddings.huggingface import HuggingFaceInstructEmbeddings
21
+ #from langchain_community.embeddings import HuggingFaceInstructEmbeddings
22
 
23
 
24
  from g4f import Provider, models