Skip to main content

Add a Store

We have add a storage provider, a model provider, and a embedding provider. Now we need to configure a store to use these providers.

caution

This guide assumes that you have already deployed a Casibase knowledge base system. If you have not, please follow the Deploy Casdoor and Casibase guide.

Besides, this guide assumes that you have already added a storage provider, a model provider, and a embedding provider. If you have not, please follow the Add a Storage Provider, Add a Model Provider, and Add a Embedding Provider guides.

Step 1: Add a New Store

Stores are used to integrate storage, model, and embedding providers into Casibase. You can add them by following these steps:

Click the Stores button on the home page and then click the Add button to add a store.

Casibase-stores-add

Step 2: Fill in Store Details

Fill in the store details and click the Save & Exit button.

This part we have done if you follow the Add a Storage Provider guides.

Casibase-stores-form-preview

Select the storage provider, model provider, and embedding provider you added before.

Casibase-stores-select

Click the Save & Exit button and return stores list page:

Casibase-stores-view

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.