DocsGPT

DocsGPT is an open-source documentation assistant that enables you to build conversational user experiences on top of your data.

Qdrant 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 Qdrant as the vector store, set VECTOR_STORE to "qdrant".

echo "VECTOR_STORE=qdrant" >> .env

DocsGPT includes a list of the Qdrant configuration options that you can set as environment variables here.

Further reading

DocsGPT

We use cookies to learn more about you. At any time you can delete or block cookies through your browser settings.

Learn moreI accept