/docseng

local search engine for offline docs

Primary LanguageGoMIT LicenseMIT

docseng (docse)

Local search engine for oflline docs. It is called docseng and also known as docse.

se is short for (s)earch (e)ngine.

docseng is short for (doc)umentation (se)arch (eng)ine.

docse is short for (doc)umentation (s)earch (e)ngine.

Note

This project is abandoned because you can do better than that with local LLMs.

Resources & References

How to use ? (Commands)

# run the app
$ go run .

# build the app from source
$ go build -o docs .

# get dependencies, build binary/executable, run
go mod tidy && go build -o docse . && ./docse

# detect race conditions & memory leaks
go run -race .

source code

source code of docseng project is available at:

Tasks

  • indexing
  • searching