Skip to main content
The UpstashKnowledgeBase class provides integration with Upstash Vector, a vector database service that enables semantic search and similarity matching. The class facilitates document indexing, searching, and topic-based organization using Upstash Vector’s vector search capabilities.

Prerequisites

Before using the Upstash knowledge base, you need:
  1. An Upstash account
  2. A Vector Index created in the Upstash Console
  3. Your Vector Index URL and token

Dependencies

The following external dependencies are required:

Usage Example