Skip to content

8. Debugging and Troubleshooting

Estimated time: 8 minutes

Learn how to debug common issues and use Annie's troubleshooting tools.

Topics

Example

try:
    index.add(data, ids)
except Exception as e:
    print("Error:", e)

Next: Custom Distance Metrics