-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
76 lines (68 loc) · 1.93 KB
/
Copy pathconfig.yaml
File metadata and controls
76 lines (68 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
system:
# The versions AI understands (The "User Facing" versions)
active_versions: ["1.28", "1.27", "1.26"]
default_version: "1.28"
app:
cache_file: "data_versions/istio_issues_cache.json"
debug:
enabled: false
output_dir: "./debug_converted"
github:
repositories:
- name: "istio-core"
url: "https://github.com/istio/istio.git"
category: "source_code"
version_maps:
"1.28": "release-1.28"
"1.27": "release-1.27"
"1.26": "release-1.26"
- name: "istio-docs"
url: "https://github.com/istio/istio.io.git"
subdir: "content/en/docs"
category: "istio-documentation"
version_maps:
"1.28": "release-1.28"
"1.27": "release-1.27"
"1.26": "release-1.26"
- name: "envoy-docs"
url: "https://github.com/envoyproxy/envoy.git"
include_protos: true # Enable proto ingestion for this repo
include_rst: true # Enable RST ingestion for this repo
strict_mode: true # Ignore all other files (like standard .md/.yaml)
category: "istio-documentation"
version_maps:
"1.28": "release/v1.36"
"1.27": "release/v1.35"
"1.26": "release/v1.34"
- name: "istio-playground-zirain"
url: "https://github.com/zirain/playground.git"
branch: "master"
category: "practical-examples"
extensions:
- ".md"
- ".go"
- ".yaml"
exclude_patterns:
# Not important
- "**/vendor/**"
- "**/*_test.go"
- "**/testdata/**"
- "**/.git/**"
# Zirain advanced stuff
- "**/*.wasm"
- "**/*.so"
- "**/target/**"
- "**/dist/**"
- "**/bin/**"
- "**/*.prof"
database:
chroma_path: "./chroma_db"
collection_name: "istio_knowledge"
storage_nodes_path: "./storage_nodes"
models:
embedding_model: "jinaai/jina-embeddings-v2-base-code"
llm_model: "gpt-oss:20b"
ollama_url: "http://localhost:11434"
splitter:
chunk_size: 2048
chunk_overlap: 256