ItsJustSmellz

Results 3 comments of ItsJustSmellz

> > Try this > > ``` > > chain = ConversationalRetrievalChain.from_llm( > > OpenAI(temperature=0), > > docsearch.as_retriever(search_kwargs={'filter': {'source':'pdfname'}}), > > memory=memory > > ) > > print(chain({'question':query})) > >...

Hello, do we now have the ability to search in chroma over a subset of docs? i.e. we want to allow user to select multiple docs and pass that back...