Kuramdasu Ujwala Devi
Kuramdasu Ujwala Devi
### System Info LangChain v0.0.225, Ubuntu 22.04.2 LTS, Python 3.10 ### Information - [X] The official example notebooks/scripts - [ ] My own modified scripts ### Related Components - [X]...
### Issue you'd like to raise. `def generate_answer(vector_store, question): chain = load_chain("qna/configs/chains/qa_with_sources_gpt4all.json") # print(chain) # qa = VectorDBQAWithSourcesChain(combine_document_chain=chain, vectorstore=vector_store) qa = RetrievalQAWithSourcesChain(combine_document_chain=chain, retriever= vector_store.as_retriever() ) result = send_prompt(qa, question) return...
I have a use case wher ei wanted to read the content only if the sheet is visible i shouldn't read the hidden values. Is there any parameter for this...
Hello, I reading an .xlsb file. I found some files which doesn't seem to open while other work. Where the files which not worked throw this error - **IndexError: list...