Skip to content

Knowledge Base Configuration

After creation, you can manage and configure knowledge bases from the Private Knowledge Base list page.

Knowledge Base List

Each knowledge base card in the list displays:

FieldDescription
Knowledge Base NameDisplay name and parsing mode label
DescriptionPurpose description
File CountNumber of uploaded documents
Character CountTotal indexed characters in the knowledge base
Associated AppsNumber of AI applications currently referencing this knowledge base

Edit Configuration

Click any knowledge base card to enter its edit configuration page.

Edit Configuration

Available operations:

OperationDescription
File UploadUpload additional documents to the knowledge base
Recall TestingEnter test queries to verify retrieval effectiveness; see Recall Testing
SettingsAdjust retrieval mode and visibility (see below)
Authorization SettingsConfigure file access authorization; see File Authorization

The file list shows all indexed documents, including filename, character count, upload time, status, and authorized users. You can enable/disable or delete individual files.


Settings

Click the Settings button on the edit configuration page to adjust the knowledge base's core configuration.

Knowledge Base Settings

Visibility

Controls which team members can see this knowledge base:

OptionDescription
Only MeVisible only to the creator
All Team MembersAll team members can view and use it
CustomManually specify accessible members or departments

Index Mode

OptionDescription
High QualityCalls the system's default embedding interface; higher query accuracy; consumes Tokens
EconomyUses offline vector engine and keyword indexing; lower accuracy but no Token cost

Index Enhancement

Enable or disable Index Enhancement here. For details, see Create Knowledge Base - Index Enhancement.

Embedding Model

Select the embedding model used to convert text to vectors, e.g., text-embedding-3-large. This affects the semantic undersing capability of vector retrieval.

Retrieval Settings

Adjust the knowledge base's retrieval mode and parameters:

Retrieval ModeDescription
Vector SearchGenerates query embeddings and finds the most semantically similar text segments
Full-text SearchIndexes all words in documents; allows querying any word and returns segments containing those words
Hybrid SearchRuns both full-text and vector search simultaneously with a reranking step; requires a Rerank model API

Configurable parameters for vector search mode:

ParameterDescription
Rerank ModelRe-ranks retrieval results to improve relevance of final output
Top KMaximum number of segments to return; higher values recall more content
Score ThresholdMinimum similarity score; segments below this value are filtered out

After configuration, click Save in the top right to apply.