This is a Unbody.io & Next.js project bootstrapped with create-next-app
.
- Semantic search using Unbody's
typescript
SDK - Generative search using Unbody's
typescript
SDK - Basic data retrieval using Unbody's
typescript
SDK - How to initialize Unbody's
typescript
SDK
- Create an account on Unbody.io
- Create a new project
- Add your sources (this project supports
Google Drive
,Discord
, andGithub Issues
) - Create a new API key - you can do this under the
Settings > Developer Settings
tab in your project. - Copy the API key and Project ID and paste it into the
.env.local
file in the root of this project.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.