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
@@ -42,6 +42,7 @@ With Easy Dataset, you can transform domain knowledge into structured datasets,
42
42
-**Flexible Editing**: Edit questions, answers, and datasets at any stage of the process
43
43
-**Multiple Export Formats**: Export datasets in various formats (Alpaca, ShareGPT, multilingual-thinking) and file types (JSON, JSONL)
44
44
-**Wide Model Support**: Compatible with all LLM APIs that follow the OpenAI format
45
+
-**Multi-Language Support**: Complete Turkish language support for UI and all AI operations 🇹🇷
45
46
-**User-Friendly Interface**: Intuitive UI designed for both technical and non-technical users
46
47
-**Custom System Prompts**: Add custom system prompts to guide model responses
47
48
@@ -142,13 +143,13 @@ services:
142
143
- '1717:1717'
143
144
volumes:
144
145
- ./local-db:/app/local-db
145
-
#- ./prisma:/app/prisma If mounting is required, please manually initialize the database file first.
146
+
- ./prisma:/app/prisma
146
147
restart: unless-stopped
147
148
```
148
149
149
-
> **Note:** Replace `{YOUR_LOCAL_DB_PATH}` and `{LOCAL_PRISMA_PATH}` with the actual paths where you want to store the local database. It is recommended to use the `local-db` and `prisma` folders in the current code repository directory to maintain consistency with the database paths when starting via NPM.
150
+
> **Note:** It is recommended to use the `local-db` and `prisma` folders in the current code repository directory as mount paths to maintain consistency with the database paths when starting via NPM.
150
151
151
-
> **Note:** If you need to mount the database file (PRISMA), you need to run `npm run db:push` in advance to initialize the database file.
152
+
> **Note:** The database file will be automatically initialized on first startup, no need to manually run `npm run db:push`.
> **Note:** Replace `{YOUR_LOCAL_DB_PATH}` and `{LOCAL_PRISMA_PATH}` with the actual paths where you want to store the local database. It is recommended to use the `local-db` and `prisma` folders in the current code repository directory to maintain consistency with the database paths when starting via NPM.
190
+
> **Note:** It is recommended to use the `local-db` and `prisma` folders in the current code repository directory as mount paths to maintain consistency with the database paths when starting via NPM.
191
+
192
+
> **Note:** The database file will be automatically initialized on first startup, no need to manually run `npm run db:push`.
190
193
191
194
4. Open a browser and visit `http://localhost:1717`
0 commit comments