mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-06-01 06:10:31 +00:00
docs: fix PostgreSQL section nesting - now top-level collapsible
- Close Rust Crates section before PostgreSQL - Remove extra </details> tag Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
49e8f7c29a
commit
f902f524f2
1 changed files with 2 additions and 2 deletions
|
|
@ -853,6 +853,8 @@ engine.addTrajectoryStep(trajId, activations, attention, 0.9);
|
|||
engine.endTrajectory(trajId, 0.95);
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>🐘 PostgreSQL Extension</strong></summary>
|
||||
|
||||
|
|
@ -1114,8 +1116,6 @@ db.insert(0, &embedding);
|
|||
let results = db.search(&query, 5);
|
||||
```
|
||||
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>🌐 WASM Packages (Browser & Edge)</summary>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue