init: scripts diversos (crawlers, conversores, scrapers)

This commit is contained in:
2026-03-05 20:38:36 +00:00
commit 6ac6f4be2a
925 changed files with 850330 additions and 0 deletions

9
kb-processor/.env.example Executable file
View File

@@ -0,0 +1,9 @@
# Configurações do Banco de Dados
DB_NAME=superbot_kb
DB_USER=postgres
DB_PASSWORD=sua_senha_aqui
DB_HOST=localhost
DB_PORT=5432
# Configurações da API OpenAI (para embeddings futuros)
OPENAI_API_KEY=sua_chave_api_aqui