Advanced Search
Search Results
92 total results found
Como Alterar o Fuso Horário no Ubuntu (3 Métodos Fáceis)
Link: https://www.hostinger.com.br/tutoriais/alterar-fuso-horario-ubuntu Alterar o fuso horário no Linux é algo essencial para tarefas e processos como registro de dados, cron jobs e para a gestão em geral de um servidor virtual privado baseado em Ubuntu ou o...
Como Otimizar Seu Site WordPress Em 11 Passos – Guia 2024
Link: https://www.hostinger.com.br/tutoriais/acelerar-seu-site-wordpress-em-9-passos-faceis Ter um site otimizado é crucial para qualquer empresa ou projeto. Um site lento não apenas deixa uma impressão ruim nos visitantes, como também aumenta a chance deles...
Local AI with Docker, n8n, Qdrant, and Ollama
Link: https://www.datacamp.com/tutorial/local-ai Outros templates disponíveis utilizando o "qdrant": https://n8n.io/workflows/?integrations=Qdrant%20Vector%20Store Learn how to build secure, local AI applications that protect your sensitive data usin...
Templates N8N utilizando QDRANT
Link: https://n8n.io/workflows/?integrations=Qdrant%20Vector%20Store Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI https://n8n.io/workflows/2440-building-rag-chatbot-for-movie-recommendations-with-qdrant-and-open-ai/ Create a re...
Build a Financial Documents Assistant using Qdrant and Mistral.ai
Link: https://n8n.io/workflows/2335-build-a-financial-documents-assistant-using-qdrant-and-mistralai/ Click to explore Template description This n8n workflow demonstrates how to manage your Qdrant vector store w...
Links de Aplicações N8N
Popular ways to use Read/Write Files from Disk integration
Distributed Deployment of Qdrant Cluster with Sharding & Replicas
Link: https://medium.com/@vardhanam.daga/distributed-deployment-of-qdrant-cluster-with-sharding-replicas-e7923d483ebc Segregating your vector data into multiple nodes to enhance resiliency, scalability, and performance. May 24, 2024 ...
REQBIN - Testes de APIs online
Link: https://reqbin.com About ReqBin REST & SOAP Online API Testing Tool ReqBin is an easy-to-use and user-friendly online API testing tool designed specifically for testing websites, web services, and REST and SOAP APIs. With ReqBin, you can quickly test A...
Instalação, configuração e atualização N8N Docker
Link: https://docs.n8n.io/hosting/installation/docker/ Docker Installation# Docker offers the following advantages: Install n8n in a clean environment. Easier setup for your preferred database. Can avoid issues due to different operating systems, as Doc...
Some useful ssh config option
Link: https://taozhi.medium.com/some-useful-ssh-config-option-7858a58c5e7b When managing multiple Linux servers, we use SSH for logging in and performing tasks. Understanding how to configure SSH properly is essential for efficient server management. Basic C...
Limpar cache do REDIS
docker exec -i dify-redis redis-cli -a difyai123456 FLUSHALL docker exec -i: diretivas para executar um comando dentro de um container docker, sem abrir interação.dify-redis: nome do container docker do redis.redis-cli: comando cliente do redis-a difyai123456...
15 Scripts to Automate Docker Container Management
Link: https://blog.devops.dev/15-scripts-to-automate-docker-container-management-4bab4c3faf73 Each example comes with functioning code and detailed explanations. 1. Automatically Start All Containers Sometimes after a system reboot or maintenance,...