Lye Jia Jun

Results 9 comments of Lye Jia Jun

> Changing things in the node modules seems like a not optimal way. When you are working in a team using git, node_modules are ignored most of the time. It's...

Hey man, hope I am not too late with this lol For some reasons (I assume its due to Unity updates), when we try to import the .blend file, we...

> ``` > tree = javalang.parse.parse(file.read()) > for path, node in tree.filter(javalang.ree.MethodDeclaration): > print(node) $ node is what you need > ``` @lyriccoder Hello, your code doesn't seem to work....

This seems to work well! It's important to note that methods is a dictionary type, if you want to see properly formatted output, use this code instead of `print(methods)` ```...

Thank you for your very helpful comment. I tried experimenting with the code you shared, and eventually came up with this. ``` llm = OpenAI(temperature=0) doc_chain = load_qa_with_sources_chain(llm, chain_type="map_reduce") question_generator...

Can confirm it is working for `ConversationBufferMemory` too. ``` memory = ConversationBufferMemory(memory_key="chat_history", input_key='question', output_key='answer', return_messages=True) ``` Thanks a bunch!

+1! Garak installation is not working on windows.