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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,21 +19,27 @@ Thank you for your interest in contributing to Page Assist! We welcome contribut
19
19
20
20
3.**Install dependencies**
21
21
22
-
Page Assist uses [Yarn](https://yarnpkg.com/) for dependency management. Install the required dependencies by running the following command in the project root directory:
22
+
Page Assist uses [Bun](https://bun.sh/) for dependency management. Install the required dependencies by running the following command in the project root directory:
23
23
24
24
```
25
-
yarn install
25
+
bun install
26
26
```
27
27
28
28
4.**Start the development server**
29
29
30
30
To run the extension in development mode, use the following command:
31
31
32
32
```
33
-
yarn dev
33
+
bun dev
34
34
```
35
35
36
-
This will open a browser window with the extension loaded.
36
+
This will open a chrome browser window with the extension loaded.
Copy file name to clipboardExpand all lines: README.md
+3-8Lines changed: 3 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,6 @@ Checkout the Demo (v1.0.0):
30
30
31
31
want more features? Create an issue and let me know.
32
32
33
-
<!-- ## Installation
34
-
35
-
### Chrome Web Store
36
-
37
-
You can install the extension from the [Chrome Web Store](https://chromewebstore.google.com/detail/page-assist-a-web-ui-for/jfgfiigpkhlkbnfnbobbkinehhfdhndo)
38
-
39
-
Note: You can install the extension on any Chromium-based browser. It is not limited to Chrome. -->
40
33
41
34
### Manual Installation
42
35
@@ -125,15 +118,17 @@ This will start a development server and watch for changes in the source files.
125
118
| Opera | ❌ | ❌ | ✅ |
126
119
| Arc | ❌ | ❌ | ✅ |
127
120
121
+
122
+
128
123
## Local AI Provider
129
124
130
125
-[Ollama](https://github.com/ollama/ollama) (Currently the only supported provider. More providers will be added in the future.)
131
126
132
127
## Roadmap
133
128
134
129
-[X] Firefox Support
130
+
-[ ] Code Completion support for Web based IDEs (like Colab, Jupyter, etc.)
Copy file name to clipboardExpand all lines: src/assets/locale/en/settings.json
+38-35Lines changed: 38 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -217,41 +217,6 @@
217
217
"label": "Ollama URL",
218
218
"placeholder": "Enter Ollama URL"
219
219
},
220
-
"ragSettings": {
221
-
"label": "RAG Settings",
222
-
"model": {
223
-
"label": "Embedding Model",
224
-
"required": "Please select a model",
225
-
"help": "Highly recommended to use embedding models like `nomic-embed-text`.",
226
-
"placeholder": "Select a model"
227
-
},
228
-
"chunkSize": {
229
-
"label": "Chunk Size",
230
-
"placeholder": "Enter Chunk Size",
231
-
"required": "Please enter a chunk size"
232
-
},
233
-
"chunkOverlap": {
234
-
"label": "Chunk Overlap",
235
-
"placeholder": "Enter Chunk Overlap",
236
-
"required": "Please enter a chunk overlap"
237
-
}
238
-
},
239
-
"prompt": {
240
-
"label": "Configure RAG Prompt",
241
-
"option1": "Normal",
242
-
"option2": "Web",
243
-
"alert": "Configuring the system prompt here is deprecated. Please use the Manage Prompts section to add or edit prompts. This section will be removed in a future release",
244
-
"systemPrompt": "System Prompt",
245
-
"systemPromptPlaceholder": "Enter System Prompt",
246
-
"webSearchPrompt": "Web Search Prompt",
247
-
"webSearchPromptHelp": "Do not remove `{search_results}` from the prompt.",
248
-
"webSearchPromptError": "Please enter a web search prompt",
249
-
"webSearchPromptPlaceholder": "Enter Web Search Prompt",
250
-
"webSearchFollowUpPrompt": "Web Search Follow Up Prompt",
251
-
"webSearchFollowUpPromptHelp": "Do not remove `{chat_history}` and `{question}` from the prompt.",
252
-
"webSearchFollowUpPromptError": "Please input your Web Search Follow Up Prompt!",
253
-
"webSearchFollowUpPromptPlaceholder": "Your Web Search Follow Up Prompt"
254
-
},
255
220
"advanced": {
256
221
"label": "Advance Ollama URL Configuration",
257
222
"urlRewriteEnabled": {
@@ -282,5 +247,43 @@
282
247
"manageKnowledge": {
283
248
"title": "Manage Knowledge",
284
249
"heading": "Configure Knowledge Base"
250
+
},
251
+
"rag": {
252
+
"title": "RAG Settings",
253
+
"ragSettings": {
254
+
"label": "RAG Settings",
255
+
"model": {
256
+
"label": "Embedding Model",
257
+
"required": "Please select a model",
258
+
"help": "Highly recommended to use embedding models like `nomic-embed-text`.",
259
+
"placeholder": "Select a model"
260
+
},
261
+
"chunkSize": {
262
+
"label": "Chunk Size",
263
+
"placeholder": "Enter Chunk Size",
264
+
"required": "Please enter a chunk size"
265
+
},
266
+
"chunkOverlap": {
267
+
"label": "Chunk Overlap",
268
+
"placeholder": "Enter Chunk Overlap",
269
+
"required": "Please enter a chunk overlap"
270
+
}
271
+
},
272
+
"prompt": {
273
+
"label": "Configure RAG Prompt",
274
+
"option1": "Normal",
275
+
"option2": "Web",
276
+
"alert": "Configuring the system prompt here is deprecated. Please use the Manage Prompts section to add or edit prompts. This section will be removed in a future release",
277
+
"systemPrompt": "System Prompt",
278
+
"systemPromptPlaceholder": "Enter System Prompt",
279
+
"webSearchPrompt": "Web Search Prompt",
280
+
"webSearchPromptHelp": "Do not remove `{search_results}` from the prompt.",
281
+
"webSearchPromptError": "Please enter a web search prompt",
282
+
"webSearchPromptPlaceholder": "Enter Web Search Prompt",
283
+
"webSearchFollowUpPrompt": "Web Search Follow Up Prompt",
284
+
"webSearchFollowUpPromptHelp": "Do not remove `{chat_history}` and `{question}` from the prompt.",
285
+
"webSearchFollowUpPromptError": "Please input your Web Search Follow Up Prompt!",
286
+
"webSearchFollowUpPromptPlaceholder": "Your Web Search Follow Up Prompt"
0 commit comments