Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
| Date | Stars |
|---|---|
| 2026-07-24 | 1205 |
| 2026-07-25 | 1205 |
| 2026-07-28 | 1205 |
| 2026-07-30 | 1205 |
| 2026-07-31 | 1205 |
| 2026-08-06 | 1205 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center">  </div> # Your Smart Second Brain Your Smart Second Brain is a **free** and **open-source** Obsidian plugin to improve your overall knowledge management. It serves as your **personal assistant**, powered by large language models like ChatGPT or Llama2. It can directly access and process your notes, eliminating the need for manual prompt editing and it can operate **completely offline**, ensuring your data remains private and secure. <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/your-papa/obsidian-Smart2Brain/assets/48623649/3e9cb3bc-ea57-4afc-b616-9c9360e39232"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/your-papa/obsidian-Smart2Brain/assets/48623649/9948671a-ebc4-4315-b376-0918c6f7f4f8"> <img alt="S2B Chat" src="https://github.com/your-papa/obsidian-Smart2Brain/assets/48623649/9948671a-ebc4-4315-b376-0918c6f7f4f8"> </picture> # 🌟 Features **📝 Chat with your Notes** - **RAG pipeline:** All your notes will be embedded into vectors and then retrieved based on the similarity to your query in order to generate an answer based on the retrieved notes - **Get reference links to notes:** Because the answers are generated based on your retrieved notes we can trace where the information comes from and reference the origin of the knowledge in the answers as Obsidian links - **Chat with LLM:** You can disable the function to answer queries based on your notes and then all the answers generated are based on the chosen LLM’s training knowledge - **Save chats:** You can save your chats and continue the conversation at a later time - **Different chat views:** You can choose between two chat views: the ‘comfy’ and the ‘compact’ view **🤖 Choose ANY preferred Large Language Model (LLM)** - **[Ollama](https://ollama.com/) to integrate LLMs:** Ollama is a tool to run LLMs locally. Its usage is similar to Docker, but it's specifically designed for LLMs. You can use it as an interactive shell, through its REST API, or using it from a Python library. - **Quickly switch between LLMs:** Comfortably change between different LLMs for different purposes, for example changing from one for scientific writing to one for persuasive writing. - **Use ChatGPT:** Although, our focus lies on a privacy-focused AI Assistant you can still leverage OpenAI’s models and their advanced capabilities. # ⚠️ Limitations - **Performance depends on the chosen LLM:** As LLMs are trained for different tasks, LLMs perform better or worse in embedding notes or generating answers. You can go with our recommendations or find your own best fit. - **Quality depends on knowledge structure and organization:** The response improves when you have a clear structure and do not mix unrelated information or connect unrelated notes. Therefore, we recommend a well-structured vault and notes. - **AI Assistant might generate incorrect or irrelevant answers:** Due to a lack of relevant notes or limitations of AI understanding the AI Assistant might generate unsatisfying answers. In those cases, we recommend rephrasing your query or describing the context in more detail # 🔧 Getting started > [!NOTE] > If you use **Obsidian Sync** the vector store binaries might take up a lot of space due to the version history. > Exclude the `.obsidian/plugins/smart-second-brain/vectorstores` folder in the Obsidian Sync settings to avoid this. Follow the onboarding instructions provided on initial plugin startup in Obsidian. # ⚙️ Under the hood Check out our [Architecture Wiki](https://github.com/your-papa/obsidian-Smart2Brain/wiki) page and our backend repo [papa-ts](https://github.com/your-papa/papa-ts). # 🎯 Roadmap - Support Gemini and Claude models and OpenAI likes (Openrouter...) - Similar note connections view - Chat Threads - Hybrid Vector Search (e.g. for Time-based retrieval) - Inlin
Excerpt of 6,334 characters
Read on GitHub173
32
4
2
2
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:0a0c4c05e88fe392, topic:rag, readme:rag pipeline
matched fp:0a0c4c05e88fe392, topic:embeddings
matched fp:0a0c4c05e88fe392, topic:chatgpt