langchain/tests/unit_tests
Harrison Chase 985496f4be
Docs refactor (#480)
Big docs refactor! Motivation is to make it easier for people to find
resources they are looking for. To accomplish this, there are now three
main sections:

- Getting Started: steps for getting started, walking through most core
functionality
- Modules: these are different modules of functionality that langchain
provides. Each part here has a "getting started", "how to", "key
concepts" and "reference" section (except in a few select cases where it
didnt easily fit).
- Use Cases: this is to separate use cases (like summarization, question
answering, evaluation, etc) from the modules, and provide a different
entry point to the code base.

There is also a full reference section, as well as extra resources
(glossary, gallery, etc)

Co-authored-by: Shreya Rajpal <ShreyaR@users.noreply.github.com>
2023-01-02 08:24:09 -08:00
..
agents add logic for agent stopping (#420) 2022-12-29 08:21:11 -05:00
chains version 0.0.49 (#436) 2022-12-27 09:17:01 -05:00
data Prompt from file proof of concept using plain text (#127) 2022-11-13 13:15:30 -08:00
docstore wip: add method for both docstore and embeddings (#119) 2022-11-20 16:23:58 -08:00
llms Harrison/cache (#343) 2022-12-15 07:53:32 -08:00
prompts Docs refactor (#480) 2023-01-02 08:24:09 -08:00
__init__.py initial commit 2022-10-24 14:51:15 -07:00
test_bash.py update branch name in gha (#274) 2022-12-06 22:28:50 -08:00
test_formatting.py initial commit 2022-10-24 14:51:15 -07:00
test_hyde.py (WIP) add HyDE (#393) 2022-12-21 20:46:41 -05:00
test_python.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
test_sql_database_schema.py Add schema property to sql database utility class (#448) (#462) 2022-12-28 17:37:53 -05:00
test_sql_database.py Support SQL statements that return no results (#222) 2022-11-29 08:28:45 -08:00
test_text_splitter.py Harrison/improve data augmented generation docs (#390) 2022-12-20 22:24:08 -05:00