# mkslides examples
#### [Hobson Lane](#links) #### Tangible AI --v-- ## Sponsor: [Tangible AI](https://tangibleai.com/) #### Bou Dia - [Aboubacar-Dia-254941184](https://www.linkedin.com/in/aboubacar-dia-254941184/) **and** #### Glenn Laursen - [glennlaursen.tech](https://glennlaursen.tech) --- ## Agenda 1. [RDKit](https://www.rdkit.org/docs/index.html) 2. `meilisearch` - Rust: cargo run instead of uv run - Rust: also cargo build, and cargo builg --release 3. `RAGKit/.workon` - [ ] create index and 2 documents slide - [ ] search slide --- ## 1. [RDKit](https://www.rdkit.org/docs/index.html) Cheminformatics, Biochem ML - molecule formulas - organic molecule features (atomic properties) - num N/ atoms - [RAGKit](gitlab.com/tangibleai/ragkit) [](https://commons.wikimedia.org/w/index.php?curid=80011240) --- ## 2. `meilisearch` - Rust: cargo run instead of uv run - Rust: also cargo build, and cargo builg --release --- ## 3. RAGKit/.workon ```bash .venv/bin/activate || ( uv venv -p 3.12 && source .venv/bin/activate && uv pip install -e . ) . ../meilisearch/.env if [[ -n $(pgrep meilisearch) ]] ; then echo meilisearch already running at PID: $(pgrep meilisearch) else ../meilisearch/target/debug/meilisearch >> meilisearch.debug.log 2>&1 & fi ``` --v-- ## Backup [](https://commons.wikimedia.org/w/index.php?curid=80011240) --v-- ## IMPORTANT - create hard-rule horizontal line with '--- ' (space at end) - create blank line with '\n
\n' between markdown lines - add custom styling to css - FIXME: 2-column layout:
--v-- ### Links 1. [nlpia.org](https://nlpia.org)