mirodrr

Results 8 comments of mirodrr

Yeah, I would re-open this. I feel like the person who closed this is misunderstanding the problem

Having this same problem with Claude by Anthropic. So it's not just open source having this problem

Figured out a workaround to get the answer and sources with a non OpenAI model (Claude in this case): ```from langchain.chains import RetrievalQAWithSourcesChain qa_with_sources = RetrievalQAWithSourcesChain.from_chain_type( llm=llm, chain_type="stuff", retriever=vectorstore.as_retriever(), return_source_documents=True...

Does someone have a working example of initializing HuggingFaceEmbeddings without an internet connection? I have tried specifying the "cache_folder" parameter with the file path of pre-downloaded embeddings code from huggingface,...

Hi, just asking again: Does anyone have a working example of initializing HuggingFaceEmbeddings without an internet connection? I need to use this class with pre-downloaded embeddings code instead of downloading...

I just typed it out myself, so here it is just in case you no longer have it: You are an agent that helps customers purchase shoes. Retrieve customer details...