Fix .gbkb structure: move markdown files into subfolders
KB files must be inside topic folders, not at .gbkb root level. Structure: bot.gbkb/topic-name/document.md
This commit is contained in:
parent
98fb0b31a6
commit
5adb6efec4
27 changed files with 5 additions and 0 deletions
|
|
@ -30,6 +30,11 @@ embedding-url,http://localhost:8082
|
|||
embedding-model,../../../../data/llm/bge-small-en-v1.5-f32.gguf
|
||||
,
|
||||
# ============================================================================
|
||||
# VECTOR DATABASE CONFIGURATION
|
||||
# ============================================================================
|
||||
vectordb-url,https://localhost:6333
|
||||
,
|
||||
# ============================================================================
|
||||
# LLM SERVER CONFIGURATION
|
||||
# ============================================================================
|
||||
llm-server,true
|
||||
|
|
|
|||
|
Loading…
Add table
Reference in a new issue