Skip to content

capteen-hook/SimpleSearch

 
 

Repository files navigation

Get Started

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

run with docker-compose, -d for detached mode, --build to rebuild the images

docker-compose up

after compose

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

img

set extraction engine to http://tika:9998

img

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.

img

then, you can create a knowledge base and upload documents to it:

img

in the admin settings, you can modify the document settings also, you can add a tool like ocrtool.py

Pages for all the services

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.7%
  • HTML 25.9%
  • Dockerfile 0.4%