Skip to content

Commit fbf7aea

Browse files
[agentic-rag] Providing instructions for installing dependencies (#309)
1 parent 312b827 commit fbf7aea

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

agentic-rag/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ First, create the topic by running the following command in your terminal:
6363
confluent kafka topic create product_reviews
6464
```
6565

66+
Next, install the required Python dependencies.
67+
Using a virtual environment is recommended:
68+
69+
```shell
70+
python -m venv .venv
71+
source .venv/bin/activate
72+
pip install -r requirements.txt
73+
```
74+
6675
Next, inspect the `producer/reviews.csv` file.
6776
Feel free to add additional rows or edit the reviews.Not, though, that for the RAG aspect of this demo you'll also need to
6877
create accompanying orders in MongoDB Atlas in a later section.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
confluent-kafka[avro,schemaregistry]

0 commit comments

Comments
 (0)