mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
753353411f
- [ ] **PR title**: "Fix list handling in Clova embeddings example documentation" - Description: Fixes a bug in the Clova Embeddings example documentation where document_text was incorrectly wrapped in an additional list. - Rationale The embed_documents method expects a list, but the previous example wrapped document_text in an unnecessary additional list, causing an error. The updated example correctly passes document_text directly to the method, ensuring it functions as intended. |
||
---|---|---|
.. | ||
api_reference | ||
data | ||
docs | ||
scripts | ||
src | ||
static | ||
.gitignore | ||
.yarnrc.yml | ||
babel.config.js | ||
docusaurus.config.js | ||
Makefile | ||
package.json | ||
README.md | ||
sidebars.js | ||
vercel_build.sh | ||
vercel_requirements.txt | ||
vercel.json | ||
yarn.lock |
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide