We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15fbaae + 6addea2 commit 1f1a5bdCopy full SHA for 1f1a5bd
1 file changed
docs/context_grounding.md
@@ -31,7 +31,7 @@ You can easily integrate the retriever with LangChain's tool system:
31
32
```python
33
from langchain.agents import create_agent
34
-from langchain.tools.retriever import create_retriever_tool
+from langchain_core.tools.retriever import create_retriever_tool
35
from uipath_langchain.retrievers import ContextGroundingRetriever
36
37
retriever = ContextGroundingRetriever(index_name = "Company Policy Context")
0 commit comments