This is a Unbody.io & Next.js project bootstrapped with create-next-app.
- Semantic search using Unbody's
typescriptSDK - Generative search using Unbody's
typescriptSDK - Basic data retrieval using Unbody's
typescriptSDK - How to initialize Unbody's
typescriptSDK
- 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 Settingstab in your project. - Copy the API key and Project ID and paste it into the
.env.localfile in the root of this project.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.