$ cat /etc/cookies.conf
We use cookies to understand how people use this site.
Analytics cookies help us improve your experience.
They are off by default. Nothing tracks you until you say so.
$ select cookie_preferences
Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
A demo of a Gradio interface using ChromaDB to store and retrieve conversation embeddings, enabling long‑term memory with OpenAI API integration and feedback loops.
Wrote a quick gradio script to use chromadb to act as a long term memory of past conversations. Still a wip, but it works and would like to share it with others.
The tool mimics anything-llm but in 250 lines of code.
I intend on having web search functionality built in.
Basically swap in any openai compatible api endpoint (use text-generation-webui) and you’re golden.
For the demo, I plan on using openai’s endpoint.
Gradio RAG client integrates web search, ChromaDB, and local LLM.
Loading recent emails...