Pash10g

Results 13 comments of Pash10g

Hello @databloom , At the moment only Atlas support the search indexes. Having said that, in the near future it will be available in community and enterprise, stay tuned. If...

Hello @codeguy @petk and @Xymph , I am reaching out to get your help on merging this PR. My name is Pavel and I am developer advocate for Mongo. I've...

> Before we merge this, we should test this with an actual Atlas Vector Store. But even before that we should make sure that the CI passes on this branch....

Hey @netroy and @ShireenMissi , I currently trying to refactor the suggestions and with recent rebase I get the following wired behavior which was not there before: ``` n8n:dev: [Node]...

@ShireenMissi and @netroy Ok I've added all the fixes. I don't know why the docs PR was closed, but it should also be merged. https://github.com/n8n-io/n8n-docs/pull/2798

@netroy I am getting : ``` Type 'object | NodeParameterValueType' is not assignable to type 'number | undefined'. Type 'null' is not assignable to type 'number | undefined'.ts(2322) (property) BufferWindowMemoryInput.k?:...

@netroy , I pulled the changes but now the node errors ``` logUtil.js:41 [handleError]:: "Converting circular structure to JSON --> starting at object with constructor 'Object' | property 'component' ->...

@netroy , Tried to troubleshoot the provided code. The error is gone but now it ignores the memory node... Not sure why? I've pushed the fixes. Maybe you can help...