Skip to content

Commit

Permalink
docs(adaptive-rag): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bsorrentino committed Jun 20, 2024
1 parent 1a81fe3 commit 47ec3b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adaptive-rag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Java implementation of [Adaptive Rag]

### Populate Chroma Vector store using Docker

1. go to `adaptive-rag`/`src`/`main`/`docker`
1. go to project root (i.e. _cloned project root_)
2. set environment variable `OPENAI_API_KEY`
3. run
```
docker compose up upsert
mvn -pl adaptive-rag exec:exec@upsert
```

### Run example
Expand All @@ -24,7 +24,7 @@ Java implementation of [Adaptive Rag]
3. set environment variable `TAVILY_API_KEY`
4. run
```
mvn -pl adaptive-rag exec:exec
mvn -pl adaptive-rag exec:exec@app
```

The main is [here](src/main/java/dev/langchain4j/adaptiverag/AdaptiveRag.java)
Expand Down

0 comments on commit 47ec3b4

Please sign in to comment.