Ankush Gola
b82cbd1be0
Use run
and arun
in place of combine_docs
and acombine_docs
( #2635 )
...
`combine_docs` does not go through the standard chain call path which
means that chain callbacks won't be triggered, meaning QA chains won't
be traced properly, this fixes that.
Also fix several errors in the chat_vector_db notebook
2023-04-09 18:47:59 -07:00
Ankush Gola
61f7bd7a3a
fix question answering nb ( #2637 )
...
Was throwing exception bc `VectorIndexWrapper` did not have
`similarity_search` -- changed to just use retriever
2023-04-09 17:56:49 -07:00
Roy Xue
f5afb60116
doc: change comment with correct name ( #2580 )
...
In this comment, it should be **ConversationalRetrievalChain** instead
of **ChatVectorDBChain**
2023-04-08 08:31:33 -07:00
Harrison Chase
27f80784d0
fix link ( #2123 )
2023-03-28 22:51:36 -07:00
Krulknul
5e91928607
Added .as_retriever()
to from_llm()
calls ( #2051 )
2023-03-27 15:04:03 -07:00
Harrison Chase
705431aecc
big docs refactor ( #1978 )
...
Co-authored-by: Ankush Gola <ankush.gola@gmail.com>
2023-03-26 19:49:46 -07:00