If you’ve previously created an encrypted index, you can connect to it to add, query or delete data from it. You will need to know the index’s name as well as its key to do so:Documentation Index
Fetch the complete documentation index at: https://docs.cyborg.co/llms.txt
Use this file to discover all available pages before exploring further.
This is only applicable to the CyborgDB SDKs. The REST API is stateless, so you don’t need to load indexes explicitly.
Index Caching
Index caching is handled automatically by the CyborgDB service. The service optimizes performance through:- Automatic Caching: Frequently accessed indexes are cached automatically
- Smart Eviction: Least recently used indexes are evicted when memory is needed
- Server-Side Optimization: No client-side cache configuration required
API Reference
For more information on loading an encrypted index, refer to the API reference:Python SDK Reference
API reference for
load_index() in PythonJS/TS SDK Reference
API reference for
loadIndex() in JavaScript/TypeScriptGo SDK Reference
API reference for
LoadIndex() in Go