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:
Rodrigo Rodriguez (Pragmatismo) 2025-12-29 18:21:20 -03:00
parent 98fb0b31a6
commit 5adb6efec4
27 changed files with 5 additions and 0 deletions

View file

@ -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

1 name,value
30 embedding-model,../../../../data/llm/bge-small-en-v1.5-f32.gguf
31 ,
32 # ============================================================================
33 # VECTOR DATABASE CONFIGURATION
34 # ============================================================================
35 vectordb-url,https://localhost:6333
36 ,
37 # ============================================================================
38 # LLM SERVER CONFIGURATION
39 # ============================================================================
40 llm-server,true