docs: contributed Graph RAG Retriever integration (#29744)

**Description:** 

This adds the `Graph RAG` Retriever integration documentation, per
https://python.langchain.com/docs/contributing/how_to/integrations/.

* The integration exists in this public repository:
https://github.com/datastax/graph-rag
* We've implemented the standard langchain tests for retrievers:
https://github.com/datastax/graph-rag/blob/main/packages/langchain-graph-retriever/tests/test_langchain.py
* Our integration is published to PyPi:
https://pypi.org/project/langchain-graph-retriever/
This commit is contained in:
Eric Pinzur
2025-02-13 03:25:48 +01:00
committed by GitHub
parent f42dafa809
commit 716fd89d8e
3 changed files with 407 additions and 0 deletions

View File

@@ -394,3 +394,9 @@ packages:
repo: lunary-ai/langchain-abso
path: .
downloads: 0
- name: langchain-graph-retriever
name_title: 'Graph RAG'
repo: datastax/graph-rag
path: packages/langchain-graph-retriever
downloads: 0
provider_page: graph_rag