mirror of
https://github.com/hwchase17/langchain.git
synced 2026-01-24 13:58:11 +00:00
- [ ] **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.
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide