chinmay Das
chinmay Das
Adding notebooks for 3 scripts.
Hi I have one question I want to use search_distance with ConversationalRetrievalChain Here is my code: ``` vectordbkwargs = {"search_distance": 0.9} bot_message = qa.run({"question": history[-1][0], "chat_history": history[:-1], "vectordbkwargs": vectordbkwargs}) ```...
I am getting lots of logs while running the cross_validation using dask, Does anyone know a workaround for that thing?. I tried to follow the solution from issue #223 ,...