Skip to content

Sobev/compre-guacamole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Retrieval Augmented Generation (RAG) AI

an api server interact with vector database(qdrant) and cloudflare workers ai. it's a backend server for click here it's using Cloudflare Workers AI Restful Api to generate response

example more details

How to Use

docker pull qdrant/qdrant
docker run -p 6333:6333 qdrant/qdrant

copy .env.example to .env, and fill those value

ACCOUNT_ID = "" #cloudflare account id
API_TOKEN = "" # cloudflare api token
VECTOR_COLLECTION = "" # qdrant database name
QDRANT_URL = "http://127.0.0.1:6333" # database url
QDRANT_APIKEY = "" # database apikey
npm install
npm run start

About

English reading comprehension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published