init: scripts diversos (crawlers, conversores, scrapers)
This commit is contained in:
9
kb-processor/.env.example
Executable file
9
kb-processor/.env.example
Executable 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
|
||||
Reference in New Issue
Block a user