I just notice something very funny , when i was new to computer , stuff , if i forget my password , it will take me edges to recover it , but know i literally takes me seconds (under 1 minute ) what has change😂😂😂
Tech challenges attempted to slow me down today, but I remained focused.
Completed today’s freeCodeCamp challenge
Studied permanent memory in GenAI
Progress is greater than excuses.
Can someone explain why the Chrome Web Store experience is so bad lately?
Trying to install extensions , and the “Add to Chrome” button spins forever.
Is it just me, or is this something Google even updating?
@freeCodeCamp@Tech_girlll great work tech girl this is very nice performance is one of the highest things that is ignored be many devs , and code quality can be improved by some small details that are over looked by devs!
Built a chatbot using ConversationBufferMemory + ChatMessageHistory.
Temporary memory → RAM
Permanent memory → Database
When a user says “Hi” then asks “What did I just say?”
It works because we re-inject chat history into the prompt.
Memory = structured prompt injection.