AI Chat Integration
Overview
About
This folder serves as the integration point for AI LLM chat exports from various providers (Perplexity, ChatGPT, Claude, etc.). Chats imported here should be reviewed, processed, and valuable insights extracted as atomic notes.
Configuration
Providers
Supported AI providers are listed below:
All new imported content will create a new notes under the respective folder based on the provider source of the chat, i.e. Perplexity’s imports are located at *.
Naming Conventions
- Format:
YYYY-MM-DD_{Provider}_{Title}.md - Example:
2025-12-31_Perplexity_Information theory computational encoding.md
Note:
Note that spaces are okay for the
{Title}as by default, when exported from these services they will typically include spaces.
Plugins & Tooling
Processing Workflow
1. Import
Raw AI chat exports land here via:
- Manual paste/copy with
Template-AIChat.md - Plugin imports (Nexus AI Chat Importer)
- Exported markdown files
2. Triage
Review each chat and update extraction_status:
| Status | Meaning |
|---|---|
pending | Needs initial review |
in_progress | Actively extracting insights |
complete | Fully processed |
archived | Low value, kept for reference |
3. Extract
Create atomic notes for valuable insights:
| Content Type | Target Location |
|---|---|
| Definitions | 04-RESOURCES/Definitions/ |
| Code Snippets | 04-RESOURCES/Code/ |
| Concepts/Ideas | 01-SLIPBOX/ |
| Guides/How-tos | 04-RESOURCES/Guides/ |
| Curated Links | 04-RESOURCES/Lists/ |
4. Archive
After extraction:
- Set
extraction_status: complete - Add extracted note links to frontmatter
extracted_notesarray - Optionally move to
99-ARCHIVES/AI-Chats/
Current Chats
Chat Count
Currently, there are chats in this integration folder.
Unprocessed Chats
In Progress
Completed
Supported Providers
| Provider | Export Format | Import Method |
|---|---|---|
| Perplexity | Markdown with citations | Manual copy/paste |
| ChatGPT | JSON ZIP | Nexus AI Chat Importer |
| Claude | Markdown | Manual or plugin |
| Cursor | Session logs | Manual export |
| GitHub Copilot | Chat history | Manual export |
Recommended Plugins
- Nexus AI Chat Importer - Bulk import ChatGPT/Claude ZIP exports
- Atomizer - AI-powered atomic note extraction (OpenAI API)
- Smart Connections - Find semantically related notes
- Dataview - Query and dashboard capabilities
Appendix
Created: 2024-12-31 | Modified: 2024-12-31
See Also
Backlinks
(c) No Clocks, LLC | 2024