Official documentation for AI tools, APIs, and the Life Archive system.
Claude & Anthropic
| Resource | URL | Notes |
|---|---|---|
| Anthropic Docs | docs.anthropic.com | API reference, guides |
| Claude Support | support.claude.ai | Product help |
| Prompt Engineering | docs.anthropic.com/en/docs/build-with-claude/prompt-engineering | Best practices |
| MCP Protocol | modelcontextprotocol.io | MCP spec and guides |
| MCP Docs (Anthropic) | docs.anthropic.com/en/docs/build-with-claude/mcp | Claude MCP setup |
| Claude Code | docs.anthropic.com/en/docs/claude-code | CLI agentic coding tool |
Local Models & Inference
| Resource | URL | Notes |
|---|---|---|
| LM Studio Docs | lmstudio.ai/docs | Local model runner |
| Ollama | ollama.com/docs | Alternative local runner |
| Hugging Face | huggingface.co/docs | Model hub |
| gte-Qwen2-7B | huggingface.co/Alibaba-NLP/gte-Qwen2-7B-instruct | Embed model in use |
| MLX (Apple) | ml-explore.github.io/mlx | Apple Silicon ML framework |
RAG & Vector Search
| Resource | URL | Notes |
|---|---|---|
| LanceDB | lancedb.github.io/lancedb | Vector DB โ Life Archive |
| Sentence Transformers | sbert.net | Embedding library |
| FastAPI | fastapi.tiangolo.com | Life Archive HTTP API |
| SPLADE | github.com/naver/splade | Sparse retrieval method |
| RunPod | docs.runpod.io | GPU cloud โ embedding runs |
AI App Documentation
| App | Docs |
|---|---|
| TypingMind | docs.typingmind.com |
| AnythingLLM | docs.useanything.com |
| Perplexity | perplexity.ai/hub |
| Gemini API | ai.google.dev/gemini-api/docs |