Skip to content

TapperSeth/canopy-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIA Knowledge Base Management

This repository creates an evironment for managing the knowledge bases of the AIA. The only feature of this knowledge base for know is a webhook sever which integrates Canopy. For more information on canopy, please read this atricle.

Canopy Webhook Server

We want to build a webhook server that has two main endpoints:

  • /store: An endpoint that allows us to store data in a patricular experts knowledge base. We will tag each vector that we create for the post with the name of the post.
  • /query: An endpoint that takes a natural language query, an expert name, and a max token limit. The server will query the supplied partiton and return the most relevant context up to the max token limit.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.7%
  • Dockerfile 3.3%