Skip to content

Commit 2602f05

Browse files
author
Joao Tarla
committed
fixed github reference
1 parent afdd21c commit 2602f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

langgraph_agent_with_genai/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ This blog demonstrates how to index PDF, Images, DOCx or TXT files using Python
7474
2. Let's start indexing the files
7575
2.1 - On your shell machine, get the code and create your .env file
7676
````
77-
git clone https://github.com/jctarla/articles-oci_genai_file_indexer_agent.git
78-
cd articles-oci_genai_file_indexer_agent/src
77+
git clone https://github.com/oracle-devrel/devrel-labs.git
78+
cd langgraph_agent_with_genai/src
7979
## Create your .env file from the template
8080
cp .env_template .env
8181
````

0 commit comments

Comments
 (0)