7-docs
v0.5.1
Published
Build a knowledge base and ask it questions through ChatGPT
Downloads
114
Maintainers
Readme
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
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.