Skip to content

7-docs/7-docs

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

7-docs

Build a knowledge base and ask it questions through OpenAI APIs. Chat with your content!

7-docs is a powerful set of OpenAI-based tools and ingest content to store into a vector database, ready to get queried like you would with ChatGPT.

  • Use @7-docs/cli to ingest content from the command-line
  • Use @7-docs/edge for deploying functions to query the content (aka "chat completions")

Impression

Ingest from CLI

Demo of ingest and query

Use the 7d CLI tool from @7-docs/cli to ingest content.

As shown in the example, you can also use 7d to query the content from the CLI (just like chat completions).

Query from UI

Use @7-docs/edge to build your own functions for chat completions.

See the 7-docs organization page for demos and starter kits.

Inspired by