File tree 1 file changed +19
-12
lines changed
1 file changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -55,22 +55,29 @@ A related option is VS Code Dev Containers, which will open the project in your
55
55
56
56
### Local Environment
57
57
58
- #### Prerequisites
58
+ 1 . Make sure the following tools are installed:
59
59
60
- * [ Azure Developer CLI (azd)] ( https://aka.ms/install-azd )
61
- * [ Python 3.10+] ( https://www.python.org/downloads/ )
62
- * [ PostgreSQL 14+] ( https://www.postgresql.org/download/ )
63
- * [ pgvector] ( https://github.com/pgvector/pgvector )
64
- * [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
65
- * [ Git] ( https://git-scm.com/downloads )
60
+ * [ Azure Developer CLI (azd)] ( https://aka.ms/install-azd )
61
+ * [ Python 3.10+] ( https://www.python.org/downloads/ )
62
+ * [ PostgreSQL 14+] ( https://www.postgresql.org/download/ )
63
+ * [ pgvector] ( https://github.com/pgvector/pgvector )
64
+ * [ Docker Desktop] ( https://www.docker.com/products/docker-desktop/ )
65
+ * [ Git] ( https://git-scm.com/downloads )
66
66
67
- #### Installation
67
+ 2 . Download the project code:
68
68
69
- Install required packages:
69
+ ``` shell
70
+ azd init -t rag-postgres-openai-python
71
+ ```
72
+
73
+ 3. Open the project folder
74
+ 4. Install required Python packages:
75
+
76
+ ` ` ` shell
77
+ pip install -r requirements-dev.txt
78
+ ` ` `
70
79
71
- ``` shell
72
- pip install -r requirements-dev.txt
73
- ```
80
+ 5. Continue with the [deployment steps](# deployment)
74
81
75
82
# # Deployment
76
83
You can’t perform that action at this time.
0 commit comments