langchain/docs
Anush 51b15448cc
community: Fix FastEmbedEmbeddings (#24462)
## Description

This PR:
- Fixes the validation error in `FastEmbedEmbeddings`.
- Adds support for `batch_size`, `parallel` params.
- Removes support for very old FastEmbed versions.
- Updates the FastEmbed doc with the new params.

Associated Issues:
- Resolves #24039
- Resolves #https://github.com/qdrant/fastembed/issues/296
2024-07-30 12:42:46 -04:00
..
api_reference docs: readthedocs deprecation fix (#24321) 2024-07-16 20:32:51 +00:00
data 👥 Update LangChain people data (#23697) 2024-07-01 17:42:55 +00:00
docs community: Fix FastEmbedEmbeddings (#24462) 2024-07-30 12:42:46 -04:00
scripts docs: update chat model feature table (#24822) 2024-07-30 09:06:42 -07:00
src docs: Add NVIDIA NIMs to Model Tab and Feature Table (#24146) 2024-07-26 18:20:52 +00:00
static docs[patch]: Simplify tool calling guide, improve tool calling conceptual guide (#24637) 2024-07-25 14:39:14 -07:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js docs: rm discord (#23985) 2024-07-08 14:27:58 -07:00
ignore-step.sh infra: docs ignore step in script (#24090) 2024-07-10 15:18:00 -07:00
Makefile docs: add tables for search and code interpreter tools (#24586) 2024-07-24 10:51:39 -07:00
package.json
README.md
sidebars.js docs[patch]: Adds key-value store to conceptual guide (#24798) 2024-07-29 18:45:16 -07:00
vercel_build.sh
vercel_requirements.txt package: security update urllib3 to @1.26.19 (#23366) 2024-06-24 19:44:39 +00:00
vercel.json docs[patch]: Remove very old document comparison notebook (#24587) 2024-07-23 22:25:35 -07:00
yarn.lock

LangChain Documentation

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