umair mehmood
umair mehmood
I have installed Python in my machine and I can access Python from cmd and windows terminal but here it opens Microsoft store for example ``C:\> python`` should open python...
System: MacOS dependecies: ``` langchain==0.0.221 openai==0.27.8 tiktoken==0.4.0 jq==1.4.1 ``` code ``` .... self.llm = ChatOpenAI(model_name='gpt-3.5-turbo-16k', verbose=True) self.llm_chain = LLMChain( llm=self.llm, prompt=prompt, ) doc_chain = load_qa_chain(self.llm, chain_type="map_reduce") self.conversational_chain = ConversationalRetrievalChain( retriever=self.retriever,...
**Describe the bug** I followed the contribute.md guide and install poetry, activate shell and install requirements with this command ``` cd backend poetry install --with tests --with mypy ``` After...
I am unable to get access to Django.