Find answers from the community

Home
Members
tinoargentino
t
tinoargentino
Offline, last seen 6 months ago
Joined September 25, 2024
hey all, i had a notebook running with flan and hugginf_face embeddings as:

Plain Text
hfemb = HuggingFaceEmbeddings()
embed_model = LangchainEmbedding(hfemb)

and then
Plain Text
index = GPTSimpleVectorIndex.from_documents(documents, embed_model=embed_model, llm_predictor=llm_predictor)

but I believe that usage of embed_model is deprecated? or else what am I missing?
5 comments
t
L