vowelparrot
7ee24f4a15
Merge branch 'ankush/callbacks-refactor' into vwp/tools_callbacks
2023-04-28 11:07:03 -07:00
Nuno Campos
0e81e83466
Nc/callbacks docs ( #3717 )
2023-04-28 10:37:29 -07:00
Harrison Chase
91032df759
Updated missing refactor in docs "return_map_steps" ( #2956 ) ( #3469 )
...
Minor rename in the documentation that was overlooked when refactoring.
---------
Co-authored-by: Ehmad Zubair <ehmad@cogentlabs.co >
2023-04-28 10:11:03 -07:00
Harrison Chase
0471854072
show how to use memory in convo chain ( #3463 )
2023-04-28 10:11:03 -07:00
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