We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3144a50 commit 7afeb12Copy full SHA for 7afeb12
1 file changed
agents/community/langgraph_react_with_database_memory/README.md
@@ -98,7 +98,7 @@ source ./init.sh
98
99
You can use Docker or a local installation:
100
101
-**Option 1: Docker (Recommended for testing)**
+**Option 1: Docker**
102
103
```bash
104
docker run --name postgres-agent \
@@ -321,7 +321,7 @@ oc get route langgraph-db-memory -o jsonpath='{.spec.host}'
321
Send a test request:
322
323
324
-curl -X POST https://langgraph-db-memory-tguzik-agents.apps.rosa.ai-eng-gpu.socc.p3.openshiftapps.com/chat \
+curl -X POST https://<YOUR_ROUTE_URL>/chat \
325
-H "Content-Type: application/json" \
326
-d '{
327
"messages": [{"role": "user", "content": "I will tell you a story about blue eyed Johnny! He liked ice creams. End."}],
0 commit comments