updated docs

This commit is contained in:
Maxime Van Hees
2025-10-20 11:38:21 +02:00
parent df780e20a2
commit 483ccb2ba8
8 changed files with 24 additions and 184 deletions

View File

@@ -83,8 +83,13 @@ For examples, see [JSON-RPC Examples](docs/rpc_examples.md) and [Admin DB 0 Mode
For more detailed information on commands, features, and advanced usage, please refer to the documentation:
- [Basics](docs/basics.md)
- [Supported Commands](docs/cmds.md)
- [AGE Cryptography](docs/age.md)
- [Admin DB 0 Model (access control, per-db encryption)](docs/admin.md)
- [JSON-RPC Examples (management API)](docs/rpc_examples.md)
- [Basics](docs/basics.md) - Launch options, symmetric encryption, and basic usage
- [Supported Commands](docs/cmds.md) - Complete Redis command reference and backend comparison
- [AGE Cryptography](docs/age.md) - Asymmetric encryption and digital signatures
- [Admin DB 0 Model](docs/admin.md) - Database management, access control, and per-database encryption
- [JSON-RPC Examples](docs/rpc_examples.md) - Management API examples
- [Full-Text Search](docs/search.md) - Tantivy-powered search capabilities
- [Tantivy Backend](docs/tantivy.md) - Tantivy as a dedicated database backend
- [Lance Vector Store](docs/lance.md) - Vector embeddings and semantic search
- [Lance Text and Images Example](docs/lancedb_text_and_images_example.md) - End-to-end vector search examples
- [Local Embedder Tutorial](docs/local_embedder_full_example.md) - Complete embedding models tutorial