# 🧪 Testing Checklist — Stage 5: Symbols

> **YouTube Reference:** [Ollama API Tutorial](https://www.youtube.com/results?search_query=ollama+api+tutorial+python) — Using Ollama's REST API with Python and curl.

## ✅ Code Examples Verified

- [ ] Chat completion curl command returns valid JSON response
- [ ] Text generation curl command works with `stream: false`
- [ ] Python embedding code runs without errors
- [ ] Qdrant collection created successfully with 4096 dimensions
- [ ] Embeddings stored and retrieved from Qdrant
- [ ] Semantic search returns relevant results

## ✅ PrismJS Syntax Highlighting

- [ ] Bash code blocks highlighted correctly
- [ ] Python code blocks highlighted correctly
- [ ] JSON code blocks highlighted correctly
- [ ] Line numbers visible (if enabled)

## ✅ Symbol Reference Tables

- [ ] All CLI symbols documented with examples
- [ ] All HTTP methods for Ollama API documented
- [ ] Arrow functions and code patterns listed

## ✅ API Coverage

| Endpoint | Tested |
|----------|--------|
| `POST /api/generate` | 🔲 |
| `POST /api/chat` | 🔲 |
| `POST /api/embeddings` | 🔲 |
| `GET /api/tags` | 🔲 |
| `DELETE /api/delete` | 🔲 |

## 🔗 Related Pages

- [Formula (Guides) →](../4_Formula/index.html)
- [Semblance (Errors) →](../6_Semblance/index.html)
- [View Readme Source](../markdown_renderer.html?file=5_Symbols/readme.md)
