traverse-in-reverse

Results 7 comments of traverse-in-reverse

Lovely! I'd love to test that on my 50M collection of Q&A articles, so much potential!

Any chance there's an example how to use it? I'm looking to swap OpenAI with Gpt4all in code https://colab.research.google.com/drive/1JYTczk-4D86XNn0GTaXux5yi2-LfoIPd?usp=sharing

@fadnavismehul this seems to be closes thing https://blog.ouseful.info/2023/04/04/running-gpt4all-on-a-mac-using-python-langchain-in-a-jupyter-notebook/ https://blog.ouseful.info/2023/04/04/langchain-query-gpt4all-against-knowledge-source/

@sime2408, here's my tiny working test (WSL2/Ubuntu) ``` # https://python.langchain.com/en/latest/ecosystem/llamacpp.html # pip uninstall -y langchain # pip install --upgrade git+https://github.com/hwchase17/langchain.git # # https://abetlen.github.io/llama-cpp-python/ # pip uninstall -y llama-cpp-python # pip...

Here's example https://blog.ouseful.info/2023/04/04/running-gpt4all-on-a-mac-using-python-langchain-in-a-jupyter-notebook/ https://blog.ouseful.info/2023/04/04/langchain-query-gpt4all-against-knowledge-source/ I tried it and it works but it is very slow for anything practical. Perhaps there's build targeting & optimized for native platform or better yet...

You're correct I was playing with a similar concept where one bot can communicate with another via @mention. Unfortunately this is not going to work and some code changes will...

It's been a while since I looked at that code. If I recall correctly the problem was that the event has to be triggered by HTTP GET/POST. When you modify...