EmbedAI icon indicating copy to clipboard operation
EmbedAI copied to clipboard

Use up the query is very slow

Open gongwangwang opened this issue 1 year ago • 2 comments

Use up the query is very slow, what is the way to make the query faster can try, thank you all, can use FAISS embedded database to solve the query slow

gongwangwang avatar Jun 12 '23 07:06 gongwangwang

qa = RetrievalQA.from_chain_type(llm=llm, chain_type="stuff", return_source_documents=True) in return_source_documents=False whether it will improve the query speed

gongwangwang avatar Jun 12 '23 08:06 gongwangwang

GPU acceleration can help, we will provide an option for that soon

Anil-matcha avatar Jun 13 '23 18:06 Anil-matcha