refactor: Remove old example scripts and migration references

- Delete old example scripts (mail_reader_leann.py, google_history_reader_leann.py, etc.)
- Remove migration hints and backward compatibility
- Update tests to use new unified examples directly
- Clean up all references to old script names
- Users now only see the new unified interface
This commit is contained in:
Andy Lee
2025-07-29 12:39:36 -07:00
parent 3cde4fc7b3
commit ff1b622bdd
9 changed files with 3 additions and 1134 deletions

View File

@@ -19,7 +19,7 @@ Basic functionality tests that verify:
- Uses parametrized tests to test both backends
### `test_document_rag.py`
Tests the document RAG example functionality (formerly main_cli_example):
Tests the document RAG example functionality:
- Tests with facebook/contriever embeddings
- Tests with OpenAI embeddings (if API key is available)
- Tests error handling with invalid parameters