Results 23 comments of Yusuf Kemal Demir; PhD

same issue here how do you fix it? I do not see any solution here yet! please publish your instructions if any.

so what should I write instead of this code that I have "from langchain.document_loaders import UnstructuredPDFLoader from langchain.indexes import VectorstoreIndexCreator"?

is there any solution yet? from langchain.chains import RetrievalQA chain = RetrievalQA.from_chain_type(llm=llm, chain_type="stuff", retriever=index.vectorstore.as_retriever(search_kwargs={"k": 1}), input_key="question") ValueError: Error raised by inference API: Model google/flan-t5-xl time out

Hi friends, anyone got any type of luck for fixing the "time out" issue with google/flan-t5-xl? Need help if you sorted it out. thanks

Use this one: google/flan-t5-xxl and temperature more than 0. (Such as 0.7, 0.5, 1).

Flan-XXL Is not working, can not found. Still in time_out issue... any solution?

@jeffchuber and fellows, I have installed python 10.10.10 and successfully installed chromadb==0.3.21 on my Apple M2 Max, Ventura 13.3.1 MacOs. I also put this one "export HNSWLIB_NO_NATIVE=1". But still gives...

I am using Apple M2 Max, Ventura 13.3.1 MacOs. None of the recommendations mentioned here were worked for me such as: - python 10.10.10, - xcode-select --install - export HNSWLIB_NO_NATIVE=1...

Is there anyone from developer team to fix it? Or we should return M2 MacOS computers back to store and purchase NVIDIA CUDA computers?:)