set VOLUME_PATH option in the .env file !!!!!!!!!!! also, set DEFAULT_USERNAME and DEFAULT_PASSWORD in the .env file point to the directory where you want to store large files. Models and knowledge bases can be more than 10 gb.
if you are on windows, in wsl2 you will need to set the memory in %UserProfile%\.wslconfig like
[wsl2]
memory=16GB
docker-compose up
then, navigate to the WebUI
all of your important settings are in Settings > Admin Settings > Models and Documents knowledge base and tools are under Workspace > Knowledge Base and Tools
choose a model like phi4 or llama3.2:3b
set extraction engine to http://tika:9998
maybe also specify
Chunk Size: 2000
Chunk Overlap: 200
you can also download and then specify an embedding model like nomic-embed-text for uploading documents.
then, you can create a knowledge base and upload documents to it:
in the admin settings, you can modify the document settings also, you can add a tool like ocrtool.py