Hi John. Was chugging along well and fine with Ollama-mistral-nemo model. All works well right till Tutorial 2 - Shared variables. improvised with another function with sqlite dbase - works fine as well. Then came this 3rd Tutorial on Memory, having OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable. Is your memory method strictly requires OpenAI API key to continue? Look forward. Cheers and appreciate your work very much.
loved it. knowledge graph support would be pretty awesome.
Thank you for this tutorial. Would love to see integrating LanceDB (multi-modal vector db) to TaskGen.
Another awesome tutorial. I'm willing to contribute implementations for other popular vector databases apart from chroma :)
Thanks! We also are looking for memory for Knowledge Graphs, and images and many more!
Let me know if you need help with the Memory extensions.
@@johntanchongmin Sure, I will look into them and see how I can fit it in the TaskGen
Hi John. Was chugging along well and fine with Ollama-mistral-nemo model. All works well right till Tutorial 2 - Shared variables. improvised with another function with sqlite dbase - works fine as well.
Then came this 3rd Tutorial on Memory, having OpenAIError: The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable.
Is your memory method strictly requires OpenAI API key to continue? Look forward. Cheers and appreciate your work very much.
the default memory uses openai embeddings, let me do another with sentence transformers