Documentation Index
Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt
Use this file to discover all available pages before exploring further.
os.environ["THRINDEX_API_KEY"] in production. Default base URL: https://api.thrindex.com.
Methods
add(content, agent_id, user_id, confidence=None, metadata=None) → memory id
search(query, agent_id, user_id, k=10, task_context=None, level=None) → list of hits
get(memory_id) → full record dict
delete(memory_id, hard=False) → nothing
batch_add(memories, agent_id, user_id) → list of ids
Context manager
Errors
| Exception | HTTP |
|---|---|
AuthError | 401 |
NotFoundError | 404 |
RateLimitError | 429 |
ThrindexError | other |
5xx and network failures are built in.