Skip to main content

What is a knowledge base?

A knowledge base helps your team — or your customers — get instant, accurate answers from your own documents, files, and data using plain language. No more digging through folders or scrolling through PDFs. Here’s what you can accomplish:
  • Help employees find answers instantly — search internal docs in plain language and get direct, cited answers instead of hunting through files
  • Resolve customer questions faster — power a support assistant that pulls answers straight from your help center, so customers get help 24/7
  • Unlock insights from contracts and reports — ask natural language questions across hundreds of documents and surface the information that matters
  • Keep everything up to date automatically — connect tools like Google Drive, Slack, or Gmail so new content becomes searchable as soon as it’s added
You can also plug a knowledge base into VectorShift pipelines and portals to drive chatbots, automations, and workflows across your organization.

How a knowledge base works

When you add a document, VectorShift automatically processes it so your team can search it. Here’s what happens behind the scenes:
  1. Ingestion — Bring in your content however works best: upload files (documents, images, audio, video, ZIP archives), connect an integration, scrape a URL, or pull data from VectorShift files and tables.
  2. Chunking — Documents are broken into smaller, meaningful pieces so the AI can pinpoint exactly what’s relevant to each query. You choose the splitter method (Sentence, Markdown, or Dynamic) and chunk size. Code files are automatically split along function and class boundaries.
  3. Processing — A processing model reads and extracts text from your files. Different models are optimized for different content — for example, scanned PDFs vs. structured documents.
  4. Embedding — Each chunk is converted into a vector (a numerical representation) using an embedding model. This is what makes semantic search possible: the system understands meaning, not just keywords.
  5. Search and retrieval — When someone searches, the system finds the most relevant chunks, retrieves them, and an LLM generates a clear answer with citations back to the source documents.
You’ll see these concepts (chunk size, splitter method, embedding model, processing model) throughout the configuration screens. You don’t need to understand them deeply to get started — VectorShift provides sensible defaults — but knowing the flow helps when you want to improve search quality.

Usage limits

Keep your knowledge bases running smoothly by monitoring capacity with the Usage Limits banner at the top of the listing page. It tells you at a glance whether any knowledge base is approaching or has hit its limit — so you can take action before search quality is affected. Knowledge Base listing page showing Usage Limits banner
  • All tab: see usage status across all your knowledge bases.
  • At Limit tab: quickly find knowledge bases that need attention.
You can collapse the banner by clicking Hide Usage Limits in the top-right corner, and bring it back whenever you need it.

Folders

Knowledge Base listing page with Add Folder button highlighted As you create more knowledge bases, folders help you stay organized. Click Add Folder on the right side of the Folders section to create one. Move existing knowledge bases into folders using the three-dot menu on any row.

Browsing your knowledge bases

Find the knowledge base you need quickly using the listing page:
ColumnWhat it shows
NameThe name of the knowledge base
TypeAlways shows “Knowledge”
InterfaceThe interface type (e.g., Search)
OwnerThe user who created it
Last ModifiedThe date the knowledge base was last updated
You can customize the columns displayed by clicking the column settings icon to the right of the Last Modified header.
  • Search for a knowledge base by name using the search bar above the list.
  • Filter to narrow the list by specific criteria.
  • Sort to reorder by any column.
  • Switch views between list view (table rows) and grid view (visual cards) using the toggle icons next to Sort.
Knowledge Base listing page with search, filter, sort, and view toggle controls

Quick actions on each knowledge base

Get to what you need in one click from any knowledge base row: Knowledge Base grid view showing action icons on each card Icon actions (left to right):
IconActionWhat you can do
PencilEdit knowledge baseJump straight into managing documents and settings
PlayRun knowledge baseTest your search by running queries instantly
ChartManage knowledge base analyticsSee how your search is being used — sessions, queries, and trends

Three-dot menu options

Three-dot menu expanded showing Rename, Edit, Duplicate, Move, Share, and Delete options
OptionWhat you can do
RenameChange the knowledge base name
Edit KnowledgeOpen the knowledge base editor (same as the pencil icon)
Duplicate KnowledgeCreate a copy of the knowledge base
MoveOrganize by moving the knowledge base into a folder
ShareInvite other users or teams and assign roles
DeletePermanently delete the knowledge base
The Edit knowledge base icon and the “Edit Knowledge” option in the three-dot menu do the same thing. Use whichever is more convenient.