LICENSE
MANIFEST.in
README.md
README.pypi.md
__init__.py
install_dev.py
pyproject.toml
pytest.ini
requirements-dev.txt
requirements.txt
../CHANGELOG.md
docs/api-reference.md
docs/contributing.md
docs/deployment.md
docs/design_decisions.md
docs/devcontainer.md
docs/development.md
docs/getting_started.md
docs/index.md
docs/onboarding.md
docs/release.md
docs/testing.md
docs/stylesheets/overrides.css
ragora/__init__.py
ragora/_version.py
ragora/exceptions.py
ragora/version.py
ragora.egg-info/PKG-INFO
ragora.egg-info/SOURCES.txt
ragora.egg-info/dependency_links.txt
ragora.egg-info/entry_points.txt
ragora.egg-info/requires.txt
ragora.egg-info/top_level.txt
ragora/cli/__init__.py
ragora/cli/main.py
ragora/config/__init__.py
ragora/config/settings.py
ragora/core/__init__.py
ragora/core/chunking.py
ragora/core/database_manager.py
ragora/core/document_preprocessor.py
ragora/core/email_preprocessor.py
ragora/core/embedding_engine.py
ragora/core/filters.py
ragora/core/knowledge_base_manager.py
ragora/core/models.py
ragora/core/retriever.py
ragora/core/vector_store.py
ragora/examples/__init__.py
ragora/examples/advanced_usage.py
ragora/examples/basic_usage.py
ragora/examples/email_usage_examples.py
ragora/examples/example.env
ragora/utils/__init__.py
ragora/utils/device_utils.py
ragora/utils/email_provider_factory.py
ragora/utils/latex_parser.py
ragora/utils/markdown_parser.py
ragora/utils/email_utils/__init__.py
ragora/utils/email_utils/base.py
ragora/utils/email_utils/graph_provider.py
ragora/utils/email_utils/imap_provider.py
ragora/utils/email_utils/models.py
tests/README.md
tests/__init__.py
tests/conftest.py
tests/run_tests.py
tests/test_device_utils.py
tests/fixtures/__init__.py
tests/fixtures/sample_bibliography.bib
tests/fixtures/sample_latex.tex
tests/fixtures/expected_outputs/sample_document_parsed.json
tests/integration/__init__.py
tests/integration/test_dbmng_retriever_vector_store.py
tests/integration/test_document_parsing.py
tests/integration/test_document_preprocessor.py
tests/integration/test_rag_pipeline.py
tests/unit/__init__.py
tests/unit/test_chunking.py
tests/unit/test_config.py
tests/unit/test_database_manager.py
tests/unit/test_dataclasses.py
tests/unit/test_document_preprocessor.py
tests/unit/test_email_preprocessor.py
tests/unit/test_email_utils.py
tests/unit/test_embedding_engine.py
tests/unit/test_filters.py
tests/unit/test_knowledge_base_manager.py
tests/unit/test_latex_parser.py
tests/unit/test_markdown_parser.py
tests/unit/test_retriever.py
tests/unit/test_vector_store.py
tests/unit/test_version.py
tests/utils/__init__.py
tests/utils/test_helpers.py