Skip to content

re-juvenate/gitGuru-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Guru Backend

alt text

AI

Quickstart

AI Model Dependencies: (download the following from ollama)

ollama pull dolphin-phi:2.7b-v2.6-q8_0

ollama pull nomic-embed-text:latest	

Optionally, run ollama pull mithun/magicoder:6.7B-S-DS-Q4_K_M for ussing local models entirely

Edit settings.yaml to include the model paths and configurations.

Install SearXNG and start it

docker pull searxng/searxng
export PORT=8080
docker run --rm \
             -d -p ${PORT}:8080 \
             -v "${PWD}/searxng:/etc/searxng" \
             -e "BASE_URL=http://localhost:$PORT/" \
             -e "INSTANCE_NAME=my-instance" \
             searxng/searxng

For stopping docker docker container stop {container_id}


By, team rejuvenate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages