You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
agents Harrison/new search engine (#477) 1 year ago
chains Docs refactor (#480) 1 year ago
docstore Samantha/add conversation chain (#166) 2 years ago
embeddings (WIP) add HyDE (#393) 1 year ago
evaluation Docs refactor (#480) 1 year ago
llms Minor docstring update (#507) 1 year ago
prompts fix regex parser (#446) 1 year ago
utilities Docs refactor (#480) 1 year ago
vectorstores Harrison/weaviate improvements (#433) 1 year ago
__init__.py Harrison/new search engine (#477) 1 year ago
cache.py Add Redis cache implementation (#397) 1 year ago
example_generator.py Harrison/improve cache (#368) 1 year ago
formatting.py initial commit 2 years ago
input.py beta: logger (#307) 2 years ago
logger.py Harrison/tools exp (#372) 1 year ago
model_laboratory.py Harrison/improve cache (#368) 1 year ago
py.typed Add py.typed marker to package (#121) 2 years ago
python.py Harrison/tools exp (#372) 1 year ago
requests.py LLMRequestsChain (#267) 2 years ago
schema.py Harrison/tools exp (#372) 1 year ago
serpapi.py Harrison/fix memory and serp (#457) 1 year ago
sql_database.py Add schema property to sql database utility class (#448) (#462) 1 year ago
text_splitter.py Harrison/improve data augmented generation docs (#390) 1 year ago
utils.py Harrison/cleanup env check (#144) 2 years ago