Find answers from the community

Updated last year

Hey Logan M ravitheja does async index

Hey @Logan M @ravitheja, does async index creation and aquery not run when I use LangchainEmbeddings as the embed_model? I have been getting NotImplementedError
L
B
3 comments
This is because the embedding model you are using from langchain doesn't implement async embeddings
Hmm, I might be able to fix this by try/catching and calling the sync version πŸ€·β€β™‚οΈ
Thought so. Yeah just a warning to let the user know that it is being defaulted to the sync version and then running it synchronously will be great I think.
Add a reply
Sign up and join the conversation on Discord