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.
1 parent 28928f5 commit ffd3c90Copy full SHA for ffd3c90
src/uipath_langchain/vectorstores/context_grounding_vectorstore.py
@@ -3,7 +3,7 @@
3
4
This is a read-only vector store that uses the UiPath Context Grounding API to retrieve documents.
5
6
-You need to set the following environment variables:
+You need to set the following environment variables (also see .env.example):
7
### - UIPATH_URL="https://alpha.uipath.com/{ORG_ID}/{TENANT_ID}"
8
### - UIPATH_ACCESS_TOKEN={BEARER_TOKEN_WITH_CONTEXT_GROUNDING_PERMISSIONS}
9
### - UIPATH_FOLDER_PATH="" - this can be left empty
0 commit comments