Skip to content

Commit 064dce0

Browse files
updated data extraction and readme
1 parent 7055939 commit 064dce0

File tree

5 files changed

+109
-18
lines changed

5 files changed

+109
-18
lines changed

module_4_rag/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ Then run
2121
```bash
2222
python batch_score_documents.py
2323
```
24+
Which will output data to `city_wikipedia_summaries_with_embeddings.parquet`
25+
26+
## Feast
27+
28+
To get started, make sure to have Feast installed and PostGreSQL.
29+
30+
First run
31+
```bash
32+
feast apply
33+
```
2434

2535
# Overview
2636

module_4_rag/batch_score_documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import os
1+
import os
22
import pandas as pd
33
from transformers import AutoTokenizer, AutoModel
44
import torch

0 commit comments

Comments
 (0)