The new resource created (ChatNode) is really cool. Observing how it works, I realized that the resource uses a VectorDatabase to store the content of the individual knowledge base.
Here on our side, we already have a Knowledge Base solution that uses PineCone as our embeddings DB.
In order to unify information, we thought of:
1) Use our VectorDB (PineCone) to be the research source for the block (ChatNode).
2) Use VectorDB (used in TypeBot) to host the knowledge base already managed by our application.