Data set for revit-api-docs 0.1.x. The package downloads these files on
first run (or with revit-api-docs download) and verifies each SHA-256 below;
nothing here needs to be installed by hand.
| File | Size | SHA-256 | Content |
|---|---|---|---|
revit_api.db |
33.6 MB | 38f78297b11b5fb4aa8a0c609e2a0535b5d2f6770ea895c8468742e6d4a7bf72 |
Revit 2026 API reference, 27,596 entries (name, summary, syntax, parameters, remarks) |
revit_sdk.db |
0.95 MB | f381f392485cd4910b2b826062414b5331c29f165269412ebb59569dd176e474 |
153 SDK sample projects: summary, golden code, mentioned APIs |
chromadb_api.tar.gz |
299 MB | 2db7c2fafa45defb1cc56522c5c5455741549d42d56bbec918a93554c4b15c73 |
ChromaDB index of the API reference (openai/text-embedding-3-large, 3072 dims) |
chromadb_code.tar.gz |
1.8 MB | 3ee38a4e44e4b41154faeafd431c830ca54275d2738897971e5780cb493118ad |
ChromaDB index of the SDK samples (same model) |
Layout after installation (REVIT_API_DOCS_DATA_DIR, default %LOCALAPPDATA%\revit-api-docs on Windows, ~/.local/share/revit-api-docs on Linux):
sqlite/revit_api.db
sqlite/revit_sdk.db
chromadb/chromadb_api/ # unpacked chromadb_api.tar.gz
chromadb/chromadb_code/ # unpacked chromadb_code.tar.gz
manifest.json
Built with the pipeline in this repository from the Revit 2026 API CHM and the
Revit 2026 SDK samples (March 2026). Same bytes as the v2.0-data release of
the archived imkcrevit/revit-api-rag repository.