Skip to content

Commit cfe0f58

Browse files
committed
📝 Update README.md
1 parent f77be14 commit cfe0f58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ Assuming the table name is `odoo_docs`. If you have a different table name, plea
114114
docker compose run --rm odoo-expert ./pull_rawdata.sh
115115
116116
# Convert RST to Markdown
117-
docker compose run --rm odoo-expert python main.py process-raw --raw-dir ./raw_data --output-dir ./markdown
117+
docker compose run --rm odoo-expert python main.py process-raw
118118
119119
# Process documents
120-
docker compose run --rm odoo-expert python main.py process-docs ./markdown
120+
docker compose run --rm odoo-expert python main.py process-docs
121121
```
122122
5. Access the UI at port 8501 and the API at port 8000
123123
6. Docker compose will automatically pull the latest changes and update the system once a day, or you can manually update by running the following command:
@@ -162,12 +162,12 @@ Assuming the table name is `odoo_docs`. If you have a different table name, plea
162162
163163
6. Convert RST to Markdown:
164164
```bash
165-
python main.py process-raw --raw-dir ./raw_data --output-dir ./markdown
165+
python main.py process-raw
166166
```
167167
168168
7. Process and embed documents:
169169
```bash
170-
python main.py process-docs ./markdown
170+
python main.py process-docs
171171
```
172172
173173
8. Launch the chat interface:

0 commit comments

Comments
 (0)