Start of Readme, More Cleanup

This commit is contained in:
2025-04-20 10:57:06 -04:00
parent 25f8cae8cb
commit 9dcd31dd04
8 changed files with 222 additions and 298 deletions

22
config.yaml.tmpl Normal file
View File

@@ -0,0 +1,22 @@
database:
conn_string: "postgres://username:password@host/database?sslmode=disable"
logging:
level: info
embedding:
type: ollama
model: "nomic-embed-text:latest"
ollama:
url: "https://ollama.host"
code:
type: openai
model: "gemma2-9b-it"
openai:
url: "https://openai.host"
key: "api-key"
chat:
type: ollama
model: "llama3.2:latest"
ollama:
url: "https://ollama.host"
relevant_docs: 5
index_chunk_size: 2048