Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi ingestion support #27

Merged
merged 12 commits into from
Feb 13, 2024
Prev Previous commit
Next Next commit
Update section names
  • Loading branch information
zaldivards committed Feb 12, 2024
commit 933c16ae55bb2647c3b1e5aa40a4d4525f2d93fa
2 changes: 1 addition & 1 deletion client/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default {
command: () => this.$router.push({ path: "/chat/document" }),
},
{
label: "Settings",
label: "Source ingestion",
icon: "pi pi-fw pi-cog",
command: () => this.$router.push({ path: "/context" }),
},
Expand Down
2 changes: 1 addition & 1 deletion client/src/views/ContextManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<Toast class="z-5" />
<form @submit.prevent="postData" class="px-3 lg:px-0 w-full lg:w-7 m-auto">
<h2 class="mb-5">⚙️ Set the context document</h2>
<h2 class="mb-5">⚙️ Choose and ingest sources</h2>

<div :class="disabled ? ['opacity-50', 'disabled'] : ''" class="grid">
<FileUpload
Expand Down