npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-aivencegraphai

v1.2.5

Published

Nodo n8n para AivenceGraph - Sistema de Memoria IA

Readme

n8n-nodes-aivencegraph

Nodo n8n para AivenceGraph - Sistema de IA y Memoria con Neo4j + Groq LLM.

Este paquete permite interactuar con AivenceGraph, el sistema de memoria inteligente que combina Neo4j (base de datos de grafos) con Groq LLM para análisis conversacional avanzado.

📦 Instalación

npm install n8n-nodes-aivencegraph

O desde la interfaz de n8n: Community Nodes → Install y escribir n8n-nodes-aivencegraph.

🔐 Configuración

  1. Obtén un Bearer Token de AivenceGraph
  2. En n8n, ve a Credentials y crea credenciales de tipo AivenceGraph API
  3. Introduce:
    • URL Base: https://realty.aivence.com (o tu dominio)
    • Bearer Token: Tu token de API
  4. Guarda las credenciales

📋 Operaciones Disponibles

🏥 Health Check

Verifica el estado completo del sistema AivenceGraph:

  • Estado de Neo4j
  • Estado de Groq LLM
  • Estado de Embedding Service
  • Tiempos de respuesta

🤖 Test Groq

Prueba la conexión con Groq LLM y verifica que el modelo está respondiendo correctamente.

🧠 Test Embedding

Prueba la generación de embeddings vectoriales para búsqueda semántica.

📊 Test Neo4j

Verifica la conexión con la base de datos Neo4j y comprueba el estado del grafo de conocimiento.

🎯 Ejemplo de Uso

Workflow de Monitoreo

{
  "nodes": [
    {
      "name": "Schedule",
      "type": "n8n-nodes-base.scheduleTrigger",
      "parameters": {
        "rule": {
          "interval": [{ "field": "minutes", "minutesInterval": 5 }]
        }
      }
    },
    {
      "name": "Check AivenceGraph",
      "type": "n8n-nodes-aivencegraph.AivenceGraph",
      "parameters": {
        "operation": "health"
      },
      "credentials": {
        "aivenceGraphApi": "AivenceGraph Credentials"
      }
    }
  ]
}

🔧 Desarrollo Local

# Clonar repositorio
git clone https://github.com/aivence/n8n-nodes-aivencegraph.git
cd n8n-nodes-aivencegraph

# Instalar dependencias
npm install

# Compilar
npm run build

# Vincular localmente
npm link
cd ~/.n8n
npm link n8n-nodes-aivencegraph

# Iniciar n8n
n8n start

📝 Changelog

v0.1.0 (2025-10-09)

  • 🎉 Versión inicial
  • ✅ 4 operaciones de testing y health check
  • ✅ Integración completa con Neo4j + Groq

🏗️ Arquitectura

AivenceGraph combina:

  • Neo4j: Base de datos de grafos para relaciones complejas
  • Groq LLM: Modelo de lenguaje para análisis conversacional
  • Embedding Service: Generación de vectores para búsqueda semántica

📄 Licencia

MIT

👨‍💻 Autor

Federico Aivence - [email protected]

🔗 Links