langchain/docs/modules/chains/combine_docs_examples
Ankush Gola 7b5e160d28
Make Tools own model, add ToolKit Concept (#1095)
Follow-up of @hinthornw's PR:

- Migrate the Tool abstraction to a separate file (`BaseTool`).
- `Tool` implementation of `BaseTool` takes in function and coroutine to
more easily maintain backwards compatibility
- Add a Toolkit abstraction that can own the generation of tools around
a shared concept or state

---------

Co-authored-by: William FH <13333726+hinthornw@users.noreply.github.com>
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
Co-authored-by: Francisco Ingham <fpingham@gmail.com>
Co-authored-by: Dhruv Anand <105786647+dhruv-anand-aintech@users.noreply.github.com>
Co-authored-by: cragwolfe <cragcw@gmail.com>
Co-authored-by: Anton Troynikov <atroyn@users.noreply.github.com>
Co-authored-by: Oliver Klingefjord <oliver@klingefjord.com>
Co-authored-by: William Fu-Hinthorn <whinthorn@Williams-MBP-3.attlocal.net>
Co-authored-by: Bruno Bornsztein <bruno.bornsztein@gmail.com>
2023-02-18 13:40:43 -08:00
..
analyze_document.ipynb analyze document (#731) 2023-02-06 20:02:19 -08:00
chat_vector_db.ipynb Make Tools own model, add ToolKit Concept (#1095) 2023-02-18 13:40:43 -08:00
graph_qa.ipynb Harrion/kg (#1016) 2023-02-12 23:01:26 -08:00
qa_with_sources.ipynb docs for batch size (#1082) 2023-02-15 23:53:56 -08:00
question_answering.ipynb docs for batch size (#1082) 2023-02-15 23:53:56 -08:00
summarize.ipynb improve documentation on how to pass in custom prompts (#561) 2023-01-08 19:20:13 -08:00
vector_db_qa_with_sources.ipynb docs: fix typo in notebook (#1046) 2023-02-14 07:06:08 -08:00
vector_db_qa.ipynb chroma docs (#1012) 2023-02-12 23:02:01 -08:00
vector_db_text_generation.ipynb chroma docs (#1012) 2023-02-12 23:02:01 -08:00