Dump
Callout Variants
This is an info callout for general notes and tips.
This is a warning callout for important notices.
This is an error callout for critical information.
Tabs
npm install @hyve/dumppnpm add @hyve/dumpyarn add @hyve/dumpSteps
Install Dependencies
Run the install command for your package manager.
Configure Environment
Set up your .env file with the required variables.
Start the Server
Launch the development server and open your browser.
Cards
Ingest API
Send content to Dump for processing and indexing.
Search API
Query your knowledge base with hybrid search.
Accordion
Code Block
import { DumpClient } from '@hyve/dump'
const client = new DumpClient({
baseUrl: 'https://dump.hyve.company',
})
const result = await client.ingest({
url: 'https://example.com/article',
})
console.log(result.id)File Tree
layout.tsx
page.tsx
lib/source.ts
package.json
tsconfig.json
HTTP Badge
POST/api/v1/ingest
GET/api/v1/items
DELETE/api/v1/items/:id
PUT/api/v1/items/:id
PATCH/api/v1/items/:id/tags