gbarton

Results 9 comments of gbarton

I'm running into wanting to do the exact same thing with the Importer. I want to write BT's and customize the parameters of the task(s) in the json/yaml and use...

Actually I think it was merged looking at the code. My problem is I'm trying to property drive things in Tasks not just decorators. I see the setConfig stuffs in...

Yea I went with something similar for now. The modifiers is exactly what I was trying to do, if the enemy was shot, its run speed was diminished so the...

Thank you for the reply. ​Within the Puppetfile I removed the metadata.json and the modulefile, I am just defining within the Puppetfile itself. Here is my current test config: #!/usr/bin/env...

I ran into this today, is there a workaround to not have this behavior? I wanted to use the pageContent (javascript api via langchain) as an actual content store and...

Thank you for your reply! I do currently use my own embeddings, is it meant to bypass the newline ripping? Forgot to clarify I'm using langchainjs in a webservice. Its...

actually using my own embeddings does work. The answer was in my split function, HtmlToTextTransformer or the RecursiveCharacterTextSplitter is also stripping out newlines. Thanks for pointing me in the right...

Ahh that does it thank you!