Shubham Nagar

Results 7 comments of Shubham Nagar

I am suddenly getting this error with Azure Open AI (it was running fine till yesterday): AuthenticationError: Access denied due to invalid subscription key or wrong API endpoint. Make sure...

> I'm using Azure OpenAI and I had the same issue. > > Here is my solution. You can specify `default_chain` in `MultiRetrievalQAChain.from_retrievers`. see following code snippet. > > ```...

issue continues, so MultiRetrievalQAChain works absolutely fine when using TextLoader `pg_docs = TextLoader('AutoVector\\docs\\pge.txt').load_and_split()` ``` `> Entering new MultiRetrievalQAChain chain... pg essay: {'query': 'What does Paul Graham regret about his work?'}...