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

docs: add multi-store part in store page #25

Merged
merged 1 commit into from
Sep 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Other ways to optimize results (may require source code changes):

### Casibase

- Online Demo (Chat Bot): https://demo.casibase.com
- Online Demo (Admin UI): https://demo-admin.casibase.com
+ Online Demo (Chat Bot): [https://demo.casibase.com](https://demo.casibase.com)
+ Online Demo (Admin UI): [https://demo-admin.casibase.com](https://demo-admin.casibase.com)

Global admin login:

Expand Down
30 changes: 30 additions & 0 deletions docs/walkthrough-guides/add-a-store.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,33 @@ Click the `Save & Exit` button and return stores list page:
Now, you can use the store to store knowledge base data, convert text to vectors, and chat with the chatbot.

In the next section, we will learn how to chat with the chatbot in Casibase.

## Support Multi-Store

The multi-store mode provides users with different models, suggestions, and more within each distinct store.

### Step 1: Enable Multi-Store

First you should enable multi-repository mode in the built-in store.

Click the`Stores`button on the home page and then click the`store-built-in`button to enter the store-built-in store.

![Casibase-stores-form-builtIn](/img/walkthrough-guides/casibase-stores-form-builtIn.png)

Scroll down and find the `Can Select Store`field, tick it.

![Casibase-stores-multi-store-enable](/img/walkthrough-guides/casibase-stores-multi-store-enable.png)

### Step 2: Add Usable Store

The multi-store mode only provides usable stores. To make a store usable, you need to configure its storage provider, model provider, and embedding provider.

### Step 3: Select For Conversation

Casibase provides a very convenient method for selecting a store.

![Casibase-stores-multi-store-choose](/img/walkthrough-guides/casibase-stores-multi-store-choose.png)

Just hover your mouse over "New Chat" and then you can select the Store you wish to use from the list that appears below.

If you click the "New Chat" button, the system will assign you a default Store.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading