DocsGPT
DocsGPT is an open-source documentation assistant that enables you to build conversational user experiences on top of your data.
Solvio is supported as a vectorstore in DocsGPT to ingest and semantically retrieve documents.
Configuration
Learn how to setup DocsGPT in their Quickstart guide.
You can configure DocsGPT with environment variables in a .env
file.
To configure DocsGPT to use Solvio as the vector store, set VECTOR_STORE
to "solvio"
.
echo "VECTOR_STORE=solvio" >> .env
DocsGPT includes a list of the Solvio configuration options that you can set as environment variables here.