File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - [ Running on a Cluster] ( #running-on-a-cluster )
1515- [ Makefile Commands] ( #makefile-commands )
1616- [ Contributing] ( #contributing )
17+ - [ Troubleshooting] ( #troubleshooting )
1718
1819## Image Availability
1920
@@ -166,4 +167,18 @@ yarn format # Runs Prettier to update the YAMl files in this repository
166167yarn verify # Runs Prettier to check the YAML files in this repository
167168```
168169
169- If you wish to try new changes with Llama Stack, you can build your own image using the ` Containerfile ` in the root of this repository.
170+ If you wish to try new changes with Llama Stack, you can build your own image using the ` Containerfile ` in the root of this repository.
171+
172+ ## Troubleshooting
173+
174+ If you experience an error related to permissions for the ` vector_db ` , such as:
175+
176+ ``` sh
177+ sqlite3.OperationalError: attempt to write a readonly database
178+ ```
179+
180+ You should give the ` vector_db ` directory write permissions by:
181+
182+ ```
183+ chmod -R 777 vector_db
184+ ```
You can’t perform that action at this time.
0 commit comments