just tried this project out, as i looks promising and should be able to index folder structures
what idid:
local install with:
docker compose -f docker-compose-ollama.yml --env-file .env up --build.
.env file:
LOCAL_FILES_PATH=/mnt/docker2/minima/documents
EMBEDDING_MODEL_ID=sentence-transformers/all-mpnet-base-v2
EMBEDDING_SIZE=768
OLLAMA_MODEL=llama3.2:latest # must be LLM model id from Ollama models page
RERANKER_MODEL=BAAI/bge-reranker-base # please, choose any BAAI reranker model
put two pdfs into the documents folder
see them indexed in the indexer container
want to chat and get no answer
nothing special in the logs.
How to proceed from here?

just tried this project out, as i looks promising and should be able to index folder structures
what idid:
local install with:
docker compose -f docker-compose-ollama.yml --env-file .env up --build.
.env file:
LOCAL_FILES_PATH=/mnt/docker2/minima/documents
EMBEDDING_MODEL_ID=sentence-transformers/all-mpnet-base-v2
EMBEDDING_SIZE=768
OLLAMA_MODEL=llama3.2:latest # must be LLM model id from Ollama models page
RERANKER_MODEL=BAAI/bge-reranker-base # please, choose any BAAI reranker model
put two pdfs into the documents folder
see them indexed in the indexer container
want to chat and get no answer
nothing special in the logs.
How to proceed from here?