langchain/docs/extras/integrations
Bagatur e2e582f1f6
Fixed source key name for docugami loader (#8598)
The Docugami loader was not returning the source metadata key. This was
triggering this exception when used with retrievers, per
https://github.com/langchain-ai/langchain/blob/master/libs/langchain/langchain/schema/prompt_template.py#L193C1-L195C41

The fix is simple and just updates the metadata key name for the
document each chunk is sourced from, from "name" to "source" as
expected.

I tested by running the python notebook that has an end to end scenario
in it.

Tagging DataLoader maintainers @rlancemartin @eyurtsev
2023-08-23 11:24:55 -07:00
..
callbacks fix context nb (#9267) 2023-08-15 12:53:37 -07:00
chat Update ChatOpenAI docs with fine-tuning example (#9632) 2023-08-22 16:56:53 -07:00
document_loaders Fixed source key name for docugami loader (#8598) 2023-08-23 11:24:55 -07:00
document_transformers Added new use case docs for Web Scraping, Chromium loader, BS4 transformer (#8732) 2023-08-11 11:46:59 -07:00
llms docs: fix PromptGuard docs (#9659) 2023-08-23 10:04:53 -07:00
memory Integrate Rockset as a chat history store (#8940) 2023-08-08 18:54:07 -07:00
providers Fix typo in tigris (#9637) 2023-08-23 07:15:18 -07:00
retrievers Add support for structured data sources with google enterprise search (#9037) 2023-08-22 23:18:10 -04:00
text_embedding Improvements to the Clarifai integration (#9290) 2023-08-21 12:53:36 -07:00
toolkits Add AINetwork blockchain toolkit integration (#9527) 2023-08-22 08:03:33 -07:00
tools Add LangChain utility for real-time crypto exchange prices (#4501) 2023-08-11 14:45:06 -07:00
vectorstores ElasticsearchStore: improve error logging for adding documents (#9648) 2023-08-23 07:04:09 -07:00