Quickly build services to integrate your local data and AI models.
Bibliothecarius is a local data analysis tool that can engage in conversation based on custom prompts. The tool supports multiple models, allowing for horizontal comparison, and supports data isolation and multiple data types.
docker-compose.yaml
After downloading the code, initialize the environment with docker-compose:
docker-compose up -d
Modify the configuration file ./bibliothecarius/config/application.yaml
, including:
Start the backend service with docker-compose
cd bibliothecarius
docker-compose up -d
Verify the backend service by visiting http://127.0.0.1:8080/
If you want to embed in your service, you can leave the front-end service unenabled
Front-end project./web
The Bibliothecarius interface has two main parts:
You can use the following examples to familiarize yourself with Bibliothecarius.