1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
[discord] token = "your_token_here" [embeddings] storage_path = "embeddings.bin" vector_dim = 128 window_size = 4 [retrieval] style_k = 8 context_k = 5 thread_depth = 4 [[channels]] #example id = "123456789" name = "general" weight = 0.5 scrape_limit = 1000