mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 06:23:20 +00:00
- [ x ] Fix when lancedb return table without metadata column - **Description:** Check the table schema, if not has metadata column, init the Document with metadata argument equal to empty dict - **Issue:** https://github.com/langchain-ai/langchain/issues/27005 - [ x ] **Add tests and docs** --------- Co-authored-by: ccurme <chester.curme@gmail.com>