You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
❓ How Does StillMe Actually Learn? Technical Deep Dive
Question
I see that StillMe has "Self-Evolving," but I don't understand how it learns. Could you explain the technical process?
Answer
1. RSS Fetching (Input Layer)
2. Ethical Filtering (Safety Layer)
3. Vector DB Storage (Memory Layer)
4. RAG Retrieval (Recall Layer)
5. Learning Cycle (Evolution Layer)
🔍 Technical Details
Embeddings
sentence-transformers/all-MiniLM-L6-v2Vector Database
stillme_knowledge,stillme_conversationsRAG Pipeline
Query → Embedding → Vector Search → Context Retrieval → LLM Prompt → Response
🤔 Questions?
Do you have any questions about the learning process? Ask anything! 💬
Beta Was this translation helpful? Give feedback.
All reactions