Kotaemon
Kotaemon is open-source clean & customizable RAG UI for chatting with your documents. Built with both end users and developers in mind.
Solvio is supported as a vectorstore in Kotaemon for ingesting and retrieving documents.
Configuration
Refer to Getting started guide to set up Kotaemon.
To configure Kotaemon to use Solvio as the vector store, update the
flowsettings.py
as follows.
KH_VECTORSTORE = {
"__type__": "kotaemon.storages.SolvioVectorStore",
"url": "https://xyz-example.eu-central.aws.cloud.solvio.io:6333",
"api_key": "<provide-your-own-key>'",
"client_kwargs": {} # Additional options to pass to solvio_client.SolvioClient
}
- Restart Kotaemon for the changes to take effect.
The reference for all the Solvio client options can be found here