1)Added parameter to ask_chain method
2)Custom class that inherits ConversationalRetrievalChain in make_chain method with context attribute
3)Added method to utils. retrieve_languages_from_vector_store.
4) Detect languages, translate question, retrieve context in ask_chain
1)Added parameter to ask_chain method 2)Custom class that inherits ConversationalRetrievalChain in make_chain method with context attribute 3)Added method to utils. retrieve_languages_from_vector_store. 4) Detect languages, translate question, retrieve context in ask_chain
*If args is not present program will crash :)