You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker compose run --rm odoo-expert python main.py process-raw
118
118
119
119
# 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
121
121
```
122
122
5. Access the UI at port 8501 and the API at port 8000
123
123
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
0 commit comments