Komal Gilani
Komal Gilani
@joein i added https when i found discussion on time out error in an another issue here . just wanted to check if this makes any difference but no. you...
I removed on_disk_payload as well as on_disk from HNSW config but time out issue still persists
@Alexdavv , Sure. I have sent it
I applogize, The error likely originates from this segment of code: ` final_prompt = ( SystemMessagePromptTemplate.from_template( base_prompt ) ,few_shot_prompt ,HumanMessagePromptTemplate.from_template("{input}") ) print(f"final prompt={final_prompt.format()}")` as The subsequent print statement is not...