8000 GitHub - hanwsf/agentset: The open-source RAG platform
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hanwsf/agentset

 
 

Repository files navigation

Agentset is the open-source RAG platform.

Agentset

The open-source RAG platform.
Learn more »

Introduction · Tech Stack · Self-hosting

License


Introduction

Agentset is the open-source RAG platform for developers.

Tech Stack

Self-Hosting

A complete self-hosting guide is coming soon. For now, please follow the steps below to get the platform up and running.

Development

  1. Install dependencies:
pnpm install
  1. Copy .env.example to .env and set the environment variables:
cp .env.example .env
  1. Migrate the database:
pnpm db:deploy

4.Start Upstash workflows local server:

pnpm dev:upstash

After it starts, copy the QSTASH_TOKEN, QSTASH_CURRENT_SIGNING_KEY, QSTASH_NEXT_SIGNING_KEY that appear in the terminal and paste them in the .env file.

  1. Run the development server:
pnpm dev:web

License

Agentset is open-source under the MIT License. You can find it here.

About

The open-source RAG platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.7%
  • Other 1.3%
0