Franci Penov

Results 90 comments of Franci Penov

@ordas21 so finally got to replacing Pinecone with Chroma (though Pinecone still is available). Do you want to try refactoring this PR into smaller, or should I try to piece...

Good cleanup, unfortunately too many other things got merged. Can you rebase and resolve conflicts and I'll merge?

Check out https://github.com/yoheinakajima/babyagi/pull/85 - this allows us to actually build "companions" that can do specific things like what you propose. The main BabyAGI then would create tasks which are annotated...

@yoheinakajima also added a contributions section, so maybe merge both?

It's good to store the results in the Pinecone so people can look at what was done (tools/results_broswer.py). But you also bring a good point - seems the results of...

Dang it, adding the results to the context drastically improved the processing. ![image](https://user-images.githubusercontent.com/49422/230757871-b50878b8-532b-4367-b006-8bbc30c2bfe7.png)

Yeah, I am working on this (among the countless other things I want to do with babyAGI :-)). Hopefully end of this week.

Brillaugte (on Discord) is already working on some improvements.

There are two different goals for retrieval: 1. Stop it and have persistent state so that later it can be restarted 2. Stop it and see the results of all...

You are both correct - adding a log file would allow to read as the process is working. If you want to do one, try to do it as an...