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/docs
East Agile 2a6f78a53f
community[minor]: Rememberizer retriever (#20052)
**Description:**
This pull request introduces a new feature for LangChain: the
integration with the Rememberizer API through a custom retriever.
This enables LangChain applications to allow users to load and sync
their data from Dropbox, Google Drive, Slack, their hard drive into a
vector database that LangChain can query. Queries involve sending text
chunks generated within LangChain and retrieving a collection of
semantically relevant user data for inclusion in LLM prompts.
User knowledge dramatically improved AI applications.
The Rememberizer integration will also allow users to access general
purpose vectorized data such as Reddit channel discussions and US
patents.

**Issue:**
N/A

**Dependencies:**
N/A

**Twitter handle:**
https://twitter.com/Rememberizer
5 months ago
..
api_reference experimental[minor]: upgrade the prompt injection model (#20783) 5 months ago
data 👥 Update LangChain people data (#19858) 6 months ago
docs community[minor]: Rememberizer retriever (#20052) 5 months ago
scripts docs: format (#21132) 5 months ago
src docs: add Cohere to ChatModelTabs (#20386) 5 months ago
static docs: reorg and visual refresh (#19765) 6 months ago
.gitignore docs[minor]: Swap gtag for supabase (#18937) 6 months ago
.local_build.sh docs: automatically add api ref links (#20755) 5 months ago
.yarnrc.yml docs[minor]: Add thumbs up/down to all docs pages (#18526) 7 months ago
README.md docs: developer docs (#14776) 9 months ago
babel.config.js Restructure docs (#11620) 12 months ago
code-block-loader.js Restructure docs (#11620) 12 months ago
docusaurus.config.js docs: fix title cap (#20048) 6 months ago
package.json Lock low level dep to fix Vercel docs build (#20573) 5 months ago
settings.ini Restructure docs (#11620) 12 months ago
sidebars.js docs: `graphs` update (#19675) 6 months ago
vercel.json upstage: init package (#20574) 5 months ago
vercel_build.sh upstage: Add Upstage partner package LA and GC (#20651) 5 months ago
vercel_requirements.txt docs: install partner pkgs vercel (#20761) 5 months ago
yarn.lock Lock low level dep to fix Vercel docs build (#20573) 5 months ago

README.md

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide