Error reference
Common scenarios
Search results are irrelevant
- Try hybrid search: lower
alphafor more keyword matching (default is0.8): - Check document chunking: very long documents dilute embedding signal. Aim for 200-500 tokens per chunk.
- Switch models: try
moss-mediumlmfor higher accuracy.
SDK error behaviour
- Most methods throw if the target index does not exist.
createIndex()throws if the index already exists.loadIndex()throws if the index does not exist in cloud storage or loading fails.
"failed", its JobStatusResponse.error will be non-null. The job’s currentPhase (see JobPhase) can hint at where it failed - a job stuck on downloading usually means a network issue.
Still stuck?
- Join the Moss Discord for community help
- Open an issue on GitHub