langchain/langchain
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 Harrison/new search engine (#477) 2022-12-30 08:06:57 -05:00
chains Docs refactor (#480) 2023-01-02 08:24:09 -08:00
docstore Samantha/add conversation chain (#166) 2022-11-23 16:35:38 -08:00
embeddings (WIP) add HyDE (#393) 2022-12-21 20:46:41 -05:00
evaluation Docs refactor (#480) 2023-01-02 08:24:09 -08:00
llms Minor docstring update (#507) 2023-01-01 19:17:23 -08:00
prompts fix regex parser (#446) 2022-12-28 09:02:40 -05:00
utilities Docs refactor (#480) 2023-01-02 08:24:09 -08:00
vectorstores Harrison/weaviate improvements (#433) 2022-12-27 08:23:13 -05:00
__init__.py Harrison/new search engine (#477) 2022-12-30 08:06:57 -05:00
cache.py Add Redis cache implementation (#397) 2022-12-22 12:31:27 -05:00
example_generator.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
formatting.py initial commit 2022-10-24 14:51:15 -07:00
input.py beta: logger (#307) 2022-12-10 23:17:19 -08:00
logger.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
model_laboratory.py Harrison/improve cache (#368) 2022-12-18 16:22:42 -05:00
py.typed Add py.typed marker to package (#121) 2022-11-12 11:22:32 -08:00
python.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
requests.py LLMRequestsChain (#267) 2022-12-06 21:55:02 -08:00
schema.py Harrison/tools exp (#372) 2022-12-18 21:51:23 -05:00
serpapi.py Harrison/fix memory and serp (#457) 2022-12-28 11:07:57 -05:00
sql_database.py Add schema property to sql database utility class (#448) (#462) 2022-12-28 17:37:53 -05:00
text_splitter.py Harrison/improve data augmented generation docs (#390) 2022-12-20 22:24:08 -05:00
utils.py Harrison/cleanup env check (#144) 2022-11-14 22:05:41 -08:00